All pages
Powered by GitBook
1 of 1

Loading...

TypedTextBox

Wisej.Web.TypedTextBox

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

  • Control

    • TextBoxBase

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

Constructors

TypedTextBox()

Initializes a new instance of .

TypedTextBox(onTextChanged)

Initializes a new instance of the class with specific initial settings.

Name
Type
Description

TypedTextBox(label, onTextChanged)

Initializes a new instance of the class with specific initial settings.

Name
Type
Description

TypedTextBox(location, size, onTextChanged)

Initializes a new instance of the class with specific initial settings.

Name
Type
Description

TypedTextBox(label, location, size, onTextChanged)

Initializes a new instance of the class with specific initial settings.

Name
Type
Description

Properties

Culture

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

CustomFormat

: 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)

KeepFormatOnEnter

: Returns or sets whether the formatted text should be preserved when the editor gains the focus. (Default: True)

Text

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

Value

: Returns or sets the value parsed to a object.

ValueType

: Returns or sets the of the value of the .

Events

CultureChanged

Fired when the value of the property has changed.

CustomFormatChanged

Fired when the value of the property has changed.

Format

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

Parse

Fired when the control parses the text into the typed .

ValueChanged

Fired when the value of the property has changed.

ValueTypeChanged

Fired when the value of the property has changed.

Implements

Name
Description

Handler for the event.

Provides access to the validation events and properties property for controls that support validation.

All wisej components implement this interface.

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

Allows an object to serialize itself.

onTextChanged

Action<Object, EventArgs>

Handler for the TextChanged event.

label

String

The initial text to display in the TypedTextBox label.

onTextChanged

Action<Object, EventArgs>

Handler for the TextChanged event.

location

Point

The location of the TypedTextBox on its parent control.

size

Size

The size of the TypedTextBox.

onTextChanged

Action<Object, EventArgs>

Handler for the TextChanged event.

label

String

The initial text to display in the TypedTextBox label.

location

Point

The location of the TypedTextBox on its parent control.

size

Size

The size of the TypedTextBox.

IBindableComponent

Bindable components implement this interface.

IDropTarget

Controls that support drag & drop operations implement this interface.

ILabel

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

IReadOnly

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

IModified

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

TextBox
TypedTextBox
Public Class TypedTextBox
    Inherits TextBox
TypedTextBox
TypedTextBox
TypedTextBox
TypedTextBox
TypedTextBox
CultureInfo
String
formatting-types
Boolean
String
Object
ValueType
Type
Type
TypedTextBox
EventHandler
Culture
EventHandler
CustomFormat
ConvertEventHandler
Value
ConvertEventHandler
Value
EventHandler
Value
EventHandler
ValueType
public class TypedTextBox : TextBox

onTextChanged

Action<Object, EventArgs>
TextChanged
IValidation
IWisejComponent
IWisejControl
Control
IWisejSerializable