C# Класс Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer

An automation peer class which automates RibbonCheckBox control.
Наследование: System.Windows.Automation.Peers.CheckBoxAutomationPeer
Показать файл Открыть проект

Открытые методы

Метод Описание
RibbonCheckBoxAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonCheckBox owner ) : System

Initialize Automation Peer for RibbonCheckBox

Защищенные методы

Метод Описание
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

Описание методов

GetAccessKeyCore() защищенный Метод

Get KeyTip of owner control
protected GetAccessKeyCore ( ) : string
Результат string

GetClassNameCore() защищенный Метод

Return class name for automation clients to display
protected GetClassNameCore ( ) : string
Результат string

GetHelpTextCore() защищенный Метод

Returns help text
protected GetHelpTextCore ( ) : string
Результат string

GetNameCore() защищенный Метод

Returns name for automation clients to display
protected GetNameCore ( ) : string
Результат string

RibbonCheckBoxAutomationPeer() публичный Метод

Initialize Automation Peer for RibbonCheckBox
public RibbonCheckBoxAutomationPeer ( Microsoft.Windows.Controls.Ribbon.RibbonCheckBox owner ) : System
owner Microsoft.Windows.Controls.Ribbon.RibbonCheckBox
Результат System