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

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

Public Methods

Method Description
RibbonCheckBoxAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonCheckBox owner ) : System

Initialize Automation Peer for RibbonCheckBox

Protected Methods

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

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

RibbonCheckBoxAutomationPeer() public method

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