TextBoxBase
Wisej.Web.TextBoxBase
Last updated
Was this helpful?
Wisej.Web.TextBoxBase
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.5.0.0)
Implements the basic functionality required by text controls.
Initializes an instance of a TextBoxBase derived control.
: Returns or sets whether pressing the TAB key in a multiline text box control types a TAB character in the control instead of moving the focus to the next control in the tab order.
The property must be true to get a TAB character in the control.
Throws:
Throws:
Throws:
Throws:
Appends text to the current text of a text box.
text
The text to append to the current contents of the text box.
Clears all text from the text box control.
Copies the current selection in the text box to the Clipboard.
Moves the current selection in the text box to the Clipboard.
Replaces the current selection in the text box with the contents of the Clipboard.
Scrolls to the given left position.
x
The horizontal scroll position.
Scrolls to the given top position.
y
The vertical scroll position.
Selects a range of text in the text box.
start
The position of the first character in the current text selection within the text box.
length
The number of characters to select.
Throws:
Selects all text in the text box.
Uses a mask to distinguish between proper and improper user input.
Represents a text box control that allows the user to enter any value.
Represents a data field that displays a list of selectable and removable tags. The control recognizes tags as the user types and adds in front of the editable field.
Bindable components implement this interface.
All wisej components implement this interface.
Allows an object to serialize itself.
: Returns of sets whether the browser can auto complete the field with values previously entered by the user.
: Identifies a list of pre-defined options to suggest to the user.
: Returns or sets whether the height of the control is set automatically.
: Returns or sets the border type of the text box control.
: Returns a value indicating whether the user can undo the previous operation in a text box control.
: Enables or disables the browser's context menu.
: Returns or sets a value that indicates that the control is invalid.
: Returns or sets the invalid message that is shown in the invalid tooltip.
: Provides a label related to the control.
: Returns or sets the localizable label associated with this control.
: Returns or sets the lines of text in a text box control.
: Returns or sets the maximum number of characters the user can type or paste into the text box control.
The value assigned to the property is less than 0.
: Returns or sets a value that indicates that the text box control has been modified by the user since the control was created or its contents were last set.
: Returns or sets whether this is a multiline text box control.
The property cannot be modified after the component has been created.
: Returns or sets whether the text box control is read-only.
: Returns or sets a value indicating the currently selected text in the control.
: Returns or sets the number of characters selected in the text box.
The assigned value is less than -1.
: Returns or sets the starting point of text selected in the text box.
The assigned value is less than zero.
: Selects the text when gaining the focus.
: Returns or sets the current text in the text box.
: Returns the length of text in the control.
: Returns the instance of associated with this control.
: Returns or sets the text to show when the textbox is empty.
: Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary.
Specifies that the value of the property is zero so that no characters are selected in the control.
The value of the start parameter is less than zero.
Fired when the value of the property has changed.
Fired when the value of the property has changed.
Fired when the value of the property has changed.
Fired when the value of the property has changed.
Fired when a is clicked.
Represents a control that can be hosted in a cell.
Represents a control that can be hosted in a cell when the cell's is set to .
All wisej controls derived from the class must implement this interface.