Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnCreateAutomationPeer C# (CSharp) Method

OnCreateAutomationPeer() protected method

protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
return System.Windows.Automation.Peers.AutomationPeer
        protected override AutomationPeer OnCreateAutomationPeer()
        {
            return new RibbonGalleryAutomationPeer(this);
        }
RibbonGallery