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

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

공개 메소드들

메소드 설명
RibbonToggleButtonAutomationPeer ( RibbonToggleButton owner ) : System

Defer to the base class for initialization

보호된 메소드들

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

RibbonToggleButtonAutomationPeer() 공개 메소드

Defer to the base class for initialization
public RibbonToggleButtonAutomationPeer ( RibbonToggleButton owner ) : System
owner Microsoft.Windows.Controls.Ribbon.RibbonToggleButton
리턴 System