C# Class Open.Core.Controls.Textbox

Represents a textbox.
Inheritance: ViewBase
显示文件 Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Public Methods

Method Description
Select ( ) : void

Selects the text.

Textbox ( ) : System

Constructor.

Protected Methods

Method Description
OnBeforeInsert ( jQueryObject targetElement, InsertMode mode ) : void
OnDisposed ( ) : void

Destructor.

OnUpdateLayout ( ) : void

Private Methods

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

protected OnBeforeInsert ( jQueryObject targetElement, InsertMode mode ) : void
targetElement jQueryObject
mode InsertMode
return void

OnDisposed() protected method

Destructor.
protected OnDisposed ( ) : void
return void

OnUpdateLayout() protected method

protected OnUpdateLayout ( ) : void
return void

Select() public method

Selects the text.
public Select ( ) : void
return void

Textbox() public method

Constructor.
public Textbox ( ) : System
return System