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

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

Public Methods

Method Description
RibbonButtonAutomationPeer ( RibbonButton owner ) : System

Initialize Automation Peer for RibbonButton

Protected Methods

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

RibbonButtonAutomationPeer() public method

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