Microsoft.Windows.Controls.Ribbon.RibbonGallery.OnCreateAutomationPeer C# (CSharp) 메소드

OnCreateAutomationPeer() 보호된 메소드

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