C# 클래스 Ext.Net.TextFieldBase

상속: Field, IEditableTextControl
파일 보기 프로젝트 열기: pgodwin/Ext.net 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AutoSize void
LoadPostData bool
OnTextChanged void
RaisePostDataChangedEvent void
SelectText void
SelectText void
SelectText void
SetIconClass void
SetIconClass void
SetMaskRe void
SetRegex void

비공개 메소드들

메소드 설명
AutoSize ( ) : void
LoadPostData ( string postDataKey, NameValueCollection postCollection ) : bool
OnTextChanged ( EventArgs e ) : void
RaisePostDataChangedEvent ( ) : void
SelectText ( ) : void
SelectText ( int start ) : void
SelectText ( int start, int end ) : void
SetIconClass ( Icon icon ) : void
SetIconClass ( string cls ) : void
SetMaskRe ( string maskRe ) : void
SetRegex ( string regex ) : void