RibbonTwoLineTextAutomationPeer(RibbonTwoLineText) Constructor

Definition

Initializes a new instance of the RibbonTwoLineTextAutomationPeer class.

public:
 RibbonTwoLineTextAutomationPeer(System::Windows::Controls::Ribbon::RibbonTwoLineText ^ owner);
public RibbonTwoLineTextAutomationPeer (System.Windows.Controls.Ribbon.RibbonTwoLineText owner);
new System.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer : System.Windows.Controls.Ribbon.RibbonTwoLineText -> System.Windows.Automation.Peers.RibbonTwoLineTextAutomationPeer
Public Sub New (owner As RibbonTwoLineText)

Parameters

owner
RibbonTwoLineText

The element associated with this automation peer.

Applies to