RibbonQuickAccessToolBarAutomationPeer Constructor
Initializes a new instance of the RibbonQuickAccessToolBarAutomationPeer class.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub New ( _
owner As RibbonQuickAccessToolBar _
)
public RibbonQuickAccessToolBarAutomationPeer(
RibbonQuickAccessToolBar owner
)
public:
RibbonQuickAccessToolBarAutomationPeer(
RibbonQuickAccessToolBar^ owner
)
new :
owner:RibbonQuickAccessToolBar -> RibbonQuickAccessToolBarAutomationPeer
public function RibbonQuickAccessToolBarAutomationPeer(
owner : RibbonQuickAccessToolBar
)
Parameters
- owner
Type: Microsoft.Windows.Controls.Ribbon.RibbonQuickAccessToolBar
The element associated with this automation peer.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.