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

OnCreateAutomationPeer() 보호된 메소드

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