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

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

공개 메소드들

메소드 설명
RibbonButtonAutomationPeer ( RibbonButton owner ) : System

Initialize Automation Peer for RibbonButton

보호된 메소드들

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

메소드 상세

GetAccessKeyCore() 보호된 메소드

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

RibbonButtonAutomationPeer() 공개 메소드

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