Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes a new instance of the RibbonTabHeaderAutomationPeer class.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub New ( _
owner As RibbonTabHeader _
)
public RibbonTabHeaderAutomationPeer(
RibbonTabHeader owner
)
public:
RibbonTabHeaderAutomationPeer(
RibbonTabHeader^ owner
)
new :
owner:RibbonTabHeader -> RibbonTabHeaderAutomationPeer
public function RibbonTabHeaderAutomationPeer(
owner : RibbonTabHeader
)
Parameters
- owner
Type: Microsoft.Windows.Controls.Ribbon.RibbonTabHeader
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.