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 RibbonTitleAutomationPeer class.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub New ( _
owner As FrameworkElement _
)
public RibbonTitleAutomationPeer(
FrameworkElement owner
)
public:
RibbonTitleAutomationPeer(
FrameworkElement^ owner
)
new :
owner:FrameworkElement -> RibbonTitleAutomationPeer
public function RibbonTitleAutomationPeer(
owner : FrameworkElement
)
Parameters
- owner
Type: System.Windows.FrameworkElement
The element that contains the title.
.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.