C# 클래스 System.Windows.Automation.Peers.ToggleButtonAutomationPeer

상속: System.Windows.Automation.Peers.ButtonBaseAutomationPeer, System.Windows.Automation.Provider.IToggleProvider
파일 보기 프로젝트 열기: shana/moon 1 사용 예제들

Private Properties

프로퍼티 타입 설명
RaiseToggleStateChanged void

공개 메소드들

메소드 설명
GetPattern ( PatternInterface patternInterface ) : object
IToggleProvider ( ) : void
ToggleButtonAutomationPeer ( ToggleButton owner ) : System

보호된 메소드들

메소드 설명
GetAutomationControlTypeCore ( ) : AutomationControlType
GetClassNameCore ( ) : string

비공개 메소드들

메소드 설명
RaiseToggleStateChanged ( ) : void

메소드 상세

GetAutomationControlTypeCore() 보호된 메소드

protected GetAutomationControlTypeCore ( ) : AutomationControlType
리턴 AutomationControlType

GetClassNameCore() 보호된 메소드

protected GetClassNameCore ( ) : string
리턴 string

GetPattern() 공개 메소드

public GetPattern ( PatternInterface patternInterface ) : object
patternInterface PatternInterface
리턴 object

IToggleProvider() 공개 메소드

public IToggleProvider ( ) : void
리턴 void

ToggleButtonAutomationPeer() 공개 메소드

public ToggleButtonAutomationPeer ( ToggleButton owner ) : System
owner ToggleButton
리턴 System