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

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

Public Methods

Method Description
GetPattern ( PatternInterface patternInterface ) : object

Return paterns for automation clients to execute.

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

Initialize Automation Peer for RibbonTextBox.

Protected Methods

Method 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 method

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

GetAccessKeyCore() protected method

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

GetPattern() public method

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

IInvokeProvider() public method

public IInvokeProvider ( ) : void
return void

RibbonTextBoxAutomationPeer() public method

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