C# 클래스 WpfAppWithAdvTextControl.AdvTextBoxAutomationPeer

상속: System.Windows.Automation.Peers.TextBoxAutomationPeer, ICaretPositionProvider
파일 보기 프로젝트 열기: TestStack/uia-custom-pattern-managed

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AdvTextBoxAutomationPeer ( AdvTextBox owner ) : System.Windows.Automation.Peers
GetPattern ( PatternInterface patternInterface ) : object
SetSelectionLength ( int value ) : void
SetSelectionStart ( int value ) : void

보호된 메소드들

메소드 설명
GetClassNameCore ( ) : string

메소드 상세

AdvTextBoxAutomationPeer() 공개 메소드

public AdvTextBoxAutomationPeer ( AdvTextBox owner ) : System.Windows.Automation.Peers
owner AdvTextBox
리턴 System.Windows.Automation.Peers

GetClassNameCore() 보호된 메소드

protected GetClassNameCore ( ) : string
리턴 string

GetPattern() 공개 메소드

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

SetSelectionLength() 공개 메소드

public SetSelectionLength ( int value ) : void
value int
리턴 void

SetSelectionStart() 공개 메소드

public SetSelectionStart ( int value ) : void
value int
리턴 void