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

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

Méthodes publiques

Méthode Description
RibbonButtonAutomationPeer ( RibbonButton owner ) : System

Initialize Automation Peer for RibbonButton

Méthodes protégées

Méthode Description
GetAccessKeyCore ( ) : string

Get KeyTip of the 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 the 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

RibbonButtonAutomationPeer() public méthode

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