C# 클래스 Mono.UIAutomation.Winforms.Behaviors.MaskedTextBox.InsertDeleteTextProviderBehavior

상속: ProviderBehavior, IInsertDeleteTextProvider
파일 보기 프로젝트 열기: mono/uia2atk

공개 메소드들

메소드 설명
Connect ( ) : void
DeleteText ( int start, int end ) : void
Disconnect ( ) : void
InsertDeleteTextProviderBehavior ( TextBoxProvider provider ) : System
InsertText ( string str, int &position ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( ) : void
리턴 void

DeleteText() 공개 메소드

public DeleteText ( int start, int end ) : void
start int
end int
리턴 void

Disconnect() 공개 메소드

public Disconnect ( ) : void
리턴 void

InsertDeleteTextProviderBehavior() 공개 메소드

public InsertDeleteTextProviderBehavior ( TextBoxProvider provider ) : System
provider TextBoxProvider
리턴 System

InsertText() 공개 메소드

public InsertText ( string str, int &position ) : void
str string
position int
리턴 void