TextBox

Wisej.Web.TextBox

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.0.0)

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

public class TextBox : TextBoxBase

Constructors

Properties

Boolean: Returns or sets whether pressing ENTER in a multiline TextBox control creates a new line of text in the control or activates the default button for the form.

CharacterCasing: Returns or sets whether the TextBox control modifies the case of characters as they are typed.

Boolean: Returns whether the textbox with InputType set to Checkbox or Radio is checked.

String: Returns or sets a JavaScript regular expression that limits the characters that the user can type.

InputType: Specifies the type, min, max and step properties to associate to the element.

Char: Returns or sets the character used to mask characters of a password in a single-line TextBox control.

This property only enables/disables the password mode for the textbox. It doesn't change the password masking character used by the browser.

ScrollBars: Returns or sets which scroll bars should appear.

Boolean: Returns or sets whether the text in the TextBox is spell checked by the browser.

String: Returns or sets the current text in the text box.

HorizontalAlignment: Returns or sets how text is aligned in a TextBox control.

Methods

Resets the InputType property.

Events

EventHandler Fired when the value of the Checked property changes.

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

Inherited By

NameDescription

Represents a TextBox control that can be hosted in a DataGridViewTextBoxCell cell when the cell's WrapMode is set to False.

Implements

NameDescription

Bindable components 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