TypedTextBox

Wisej.Web.TypedTextBox

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.1.0.0)

Represents a text box control that allows the user to enter a typed value.

public class TypedTextBox : TextBox

Constructors

TypedTextBox()

Initializes a new instance of TypedTextBox.

Properties

Culture

CultureInfo: Returns or sets the culture used to parse and format the typed value.

CustomFormat

String: (Default: null)

KeepFormatOnEnter

Boolean: (Default: True)

Text

String: Returns or sets the current text in the text box. (Default: "")

Value

Object: Returns or sets the typed value.

ValueType

Type: Returns or sets the Type of the value of the TypedTextBox.

Events

CultureChanged

EventHandler Fired when the value of the Culture property has changed.

CustomFormatChanged

EventHandler Fired when the value of the CustomFormat property has changed.

Format

ConvertEventHandler Fired when the value control formats the typed Value to display it to the user.

Parse

ConvertEventHandler Fired when the control parses the text into the typed Value.

ValueChanged

EventHandler Fired when the value of the Value property has changed.

ValueTypeChanged

EventHandler Fired when the value of the ValueType property has changed.

Implements

Name
Description

Bindable components implement this interface.

Controls that support drag & drop operations implement this interface.

Provides access to the LabelWrapper associated with the controls that implement this interface.

Provides access to the ReadOnly property for coontrols that support the read-only mode.

Provides access to the Modified property and ModifiedChanged event for controls that implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated

Was this helpful?