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

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

Méthodes publiques

Méthode Description
RibbonRadioButtonAutomationPeer ( RibbonRadioButton owner ) : System

Initialize Automation Peer for RibbonRadioButton

Méthodes protégées

Méthode 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 méthode

Get KeyTip of owner control
protected GetAccessKeyCore ( ) : string
Résultat string

GetClassNameCore() protected méthode

Return class name for automation clients to display
protected GetClassNameCore ( ) : string
Résultat string

GetHelpTextCore() protected méthode

Returns help text
protected GetHelpTextCore ( ) : string
Résultat string

GetNameCore() protected méthode

Returns name for automation clients to display
protected GetNameCore ( ) : string
Résultat string

RibbonRadioButtonAutomationPeer() public méthode

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