C# Class Microsoft.Windows.Automation.Peers.RibbonRadioButtonAutomationPeer

An automation peer class which automates RibbonRadioButton control.
Inheritance: System.Windows.Automation.Peers.RadioButtonAutomationPeer
Datei anzeigen Open project: kasicass/kasicass

Public Methods

Method Description
RibbonRadioButtonAutomationPeer ( RibbonRadioButton owner ) : System

Initialize Automation Peer for RibbonRadioButton

Protected Methods

Method Description
GetAccessKeyCore ( ) : string

Get KeyTip of owner control

GetClassNameCore ( ) : string

Return class name for automation clients to display

GetHelpTextCore ( ) : string

Returns help text

GetNameCore ( ) : string

Returns name for automation clients to display

Method Details

GetAccessKeyCore() protected method

Get KeyTip of owner control
protected GetAccessKeyCore ( ) : string
return string

GetClassNameCore() protected method

Return class name for automation clients to display
protected GetClassNameCore ( ) : string
return string

GetHelpTextCore() protected method

Returns help text
protected GetHelpTextCore ( ) : string
return string

GetNameCore() protected method

Returns name for automation clients to display
protected GetNameCore ( ) : string
return string

RibbonRadioButtonAutomationPeer() public method

Initialize Automation Peer for RibbonRadioButton
public RibbonRadioButtonAutomationPeer ( RibbonRadioButton owner ) : System
owner Microsoft.Windows.Controls.Ribbon.RibbonRadioButton
return System