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

OnCreateAutomationPeer() 보호된 메소드

Get AutomationPeer for RibbonButton control
protected OnCreateAutomationPeer ( ) : System.Windows.Automation.Peers.AutomationPeer
리턴 System.Windows.Automation.Peers.AutomationPeer
        protected override AutomationPeer OnCreateAutomationPeer()
        {
            return new RibbonButtonAutomationPeer(this);
        }