TypedTextBox
Wisej.Web.TypedTextBox
Last updated
Was this helpful?
Wisej.Web.TypedTextBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Represents a text box control that allows the user to enter a typed value.
Initializes a new instance of .
: Returns or sets the culture used to parse and format the typed value.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: (Default: null
)
: (Default: True
)
: Returns or sets the current text in the text box. (Default: ""
)
: Returns or sets the typed value.
: Returns or sets the of the value of the .
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.