RibbonToolTipAutomationPeer Constructor
Initializes a new instance of the RibbonToolTipAutomationPeer class.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub New ( _
owner As RibbonToolTip _
)
public RibbonToolTipAutomationPeer(
RibbonToolTip owner
)
public:
RibbonToolTipAutomationPeer(
RibbonToolTip^ owner
)
new :
owner:RibbonToolTip -> RibbonToolTipAutomationPeer
public function RibbonToolTipAutomationPeer(
owner : RibbonToolTip
)
Parameters
- owner
Type: Microsoft.Windows.Controls.Ribbon.RibbonToolTip
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.