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

An automation peer class which automates RibbonTextBox control.
Inheritance: System.Windows.Automation.Peers.TextBoxAutomationPeer, IInvokeProvider
Afficher le fichier Open project: kasicass/kasicass

Méthodes publiques

Méthode Description
GetPattern ( PatternInterface patternInterface ) : object

Return paterns for automation clients to execute.

IInvokeProvider ( ) : void
RibbonTextBoxAutomationPeer ( RibbonTextBox owner ) : System

Initialize Automation Peer for RibbonTextBox.

Méthodes protégées

Méthode Description
GetAcceleratorKeyCore ( ) : string

Returns command's input gesture as the accelerator key

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

GetAcceleratorKeyCore() protected méthode

Returns command's input gesture as the accelerator key
protected GetAcceleratorKeyCore ( ) : string
Résultat string

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

GetPattern() public méthode

Return paterns for automation clients to execute.
public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
Résultat object

IInvokeProvider() public méthode

public IInvokeProvider ( ) : void
Résultat void

RibbonTextBoxAutomationPeer() public méthode

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