TypedTextBox
Wisej.Web.TypedTextBox
Last updated
Was this helpful?
Wisej.Web.TypedTextBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Represents a text box control that allows the user to enter a typed value.
Initializes a new instance of .
Initializes a new instance of the class with specific initial settings.
onTextChanged
label
onTextChanged
location
size
onTextChanged
label
location
size
onTextChanged
e
Event data.
e
Event data.
e
e
Event data.
e
Event data.
e
e
e
Event data.
e
Event data.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
Allows an object to serialize itself.
Handler for the event.
Initializes a new instance of the class with specific initial settings.
The initial text to display in the label.
Handler for the event.
Initializes a new instance of the class with specific initial settings.
The location of the on its parent control.
The size of the .
Handler for the event.
Initializes a new instance of the class with specific initial settings.
The initial text to display in the label.
The location of the on its parent control.
The size of the .
Handler for the event.
: Returns or sets the culture used to parse and format the typed value.
: Returns or sets the format string to use when formatting the value to display in the editor control. Supports all .NET format types, see . (Default: null
)
: Returns or sets whether the formatted text should be preserved when the editor gains the focus. (Default: True
)
: Returns or sets the current text in the text box. (Default: ""
)
: Returns or sets the value parsed to a object. (Default: null
)
: Returns or sets the of the value of the . (Default: System.String
)
Fires the event.
Fires the event.
Fires the event.
Fires the event.
Fires the event.
An that contains the event data.
Fires the event.
Fires the event.
Fired when the value of the property has changed.
Fired when the value of the property has changed.
Fired when the value control formats the typed to display it to the user.
Fired when the control parses the text into the typed .
Fired when the value of the property has changed.
Fired when the value of the property has changed.
Provides access to the associated with the controls that implement this interface.
Provides access to the property for coontrols that support the read-only mode.
Provides access to the property and event for controls that implement this interface.
All wisej controls derived from the class must implement this interface.