RibbonApplicationMenuAutomationPeer(RibbonApplicationMenu) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the RibbonApplicationMenuAutomationPeer class.
public:
RibbonApplicationMenuAutomationPeer(System::Windows::Controls::Ribbon::RibbonApplicationMenu ^ owner);
public RibbonApplicationMenuAutomationPeer (System.Windows.Controls.Ribbon.RibbonApplicationMenu owner);
new System.Windows.Automation.Peers.RibbonApplicationMenuAutomationPeer : System.Windows.Controls.Ribbon.RibbonApplicationMenu -> System.Windows.Automation.Peers.RibbonApplicationMenuAutomationPeer
Public Sub New (owner As RibbonApplicationMenu)
Parameters
- owner
- RibbonApplicationMenu
The element associated with this automation peer.