C# 클래스 Microsoft.Windows.Automation.Peers.RibbonCheckBoxAutomationPeer

An automation peer class which automates RibbonCheckBox control.
상속: System.Windows.Automation.Peers.CheckBoxAutomationPeer
파일 보기 프로젝트 열기: kasicass/kasicass

공개 메소드들

메소드 설명
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