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

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

공개 메소드들

메소드 설명
RibbonRadioButtonAutomationPeer ( RibbonRadioButton owner ) : System

Initialize Automation Peer for RibbonRadioButton

보호된 메소드들

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

RibbonRadioButtonAutomationPeer() 공개 메소드

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