C# Class Ext.Net.TextFieldBase

Inheritance: Field, IEditableTextControl
Exibir arquivo Open project: pgodwin/Ext.net Class Usage Examples

Private Properties

Property Type Description
AutoSize void
LoadPostData bool
OnTextChanged void
RaisePostDataChangedEvent void
SelectText void
SelectText void
SelectText void
SetIconClass void
SetIconClass void
SetMaskRe void
SetRegex void

Private Methods

Method Description
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