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

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

공개 메소드들

메소드 설명
ButtonAutomationPeer ( System.Windows.Controls.Button owner ) : System
GetPattern ( PatternInterface patternInterface ) : object
IInvokeProvider ( ) : void

보호된 메소드들

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

메소드 상세

ButtonAutomationPeer() 공개 메소드

public ButtonAutomationPeer ( System.Windows.Controls.Button owner ) : System
owner System.Windows.Controls.Button
리턴 System

GetAutomationControlTypeCore() 보호된 메소드

protected GetAutomationControlTypeCore ( ) : AutomationControlType
리턴 AutomationControlType

GetClassNameCore() 보호된 메소드

protected GetClassNameCore ( ) : string
리턴 string

GetPattern() 공개 메소드

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

IInvokeProvider() 공개 메소드

public IInvokeProvider ( ) : void
리턴 void