C# Class Open.Core.Controls.Textbox

Represents a textbox.
Inheritance: ViewBase
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Méthodes publiques

Méthode Description
Select ( ) : void

Selects the text.

Textbox ( ) : System

Constructor.

Méthodes protégées

Méthode Description
OnBeforeInsert ( jQueryObject targetElement, InsertMode mode ) : void
OnDisposed ( ) : void

Destructor.

OnUpdateLayout ( ) : void

Private Methods

Méthode Description
FireEnterPress ( ) : void
FireTextChanged ( ) : void
FireTextChangedDelay ( ) : void
FocusOnClick ( ) : void
GetInputTop ( ) : int
InsertIcon ( ) : void
OnBeforePaddingSync ( System.Edge edge, int value ) : int
OnDelayElapsed ( ) : void
OnGotFocus ( object sender, EventArgs e ) : void
OnInputMouseDown ( ) : void
OnInputMouseUp ( ) : void
OnLostFocus ( object sender, EventArgs e ) : void
PositionIcon ( ) : void
SyncCornerRadius ( ) : void
SyncEnabled ( ) : void
UpdateInputHeight ( ) : void
UpdateInputTop ( ) : void

Method Details

OnBeforeInsert() protected méthode

protected OnBeforeInsert ( jQueryObject targetElement, InsertMode mode ) : void
targetElement jQueryObject
mode InsertMode
Résultat void

OnDisposed() protected méthode

Destructor.
protected OnDisposed ( ) : void
Résultat void

OnUpdateLayout() protected méthode

protected OnUpdateLayout ( ) : void
Résultat void

Select() public méthode

Selects the text.
public Select ( ) : void
Résultat void

Textbox() public méthode

Constructor.
public Textbox ( ) : System
Résultat System