Edit Class (Typed) |
|
Namespace: XSharp.VO.SDK
The Edit type exposes the following members.
| Name | Description | |
|---|---|---|
| Caption |
The string representing the caption of the text control.
(Overrides Caption.) | |
| ControlType | (Overrides ControlType.) | |
| Margins |
A Dimension object specifying the left and right margins of the edit control.
| |
| Modified |
A logical value indicating whether an editable control is in the process of being modified.
(Overrides Modified.) | |
| ReadOnly |
A logical value specifying the read-only state of an edit control.
(Overrides ReadOnly.) | |
| SelectedText |
A string representing the text that is currently selected in this edit control.
| |
| Selection |
The position of the cursor in the edit control.
| |
| TextLimit |
A numeric value representing the maximum number of characters this edit control can hold.
| |
| TextValue |
A string representing the value held in the control.
(Overrides TextValue.) |
| Name | Description | |
|---|---|---|
| CanUndo | ||
| Clear | ||
| Copy | ||
| Cut | ||
| Font |
Change the current font of the text control.
(Overrides Font(Usual, Usual).) | |
| Paste |
Replace the current selection in this edit control with a string, if specified, or the contents of the clipboard.
| |
| Undo |
Undo the last modification to the text in this edit control.
| |
| ValidateControl | This method validates if the control has been created and when not then it triggers the control creation (Overrides ValidateControl.) |