IQtLineEdit Properties |
The IQtLineEdit type exposes the following members.
Name | Description | |
---|---|---|
Children |
Gets the collection of child objects.
(Inherited from IObjectTreeNode.) | |
Enabled |
Specifies whether the object is enabled or disabled.
(Inherited from IControl.) | |
Height |
The object's height in pixels.
(Inherited from IControl.) | |
Parent |
The parent object.
(Inherited from IObjectTreeNode.) | |
ScreenLeft |
The horizontal position of the object's left edge in screen coordinates.
(Inherited from IControl.) | |
ScreenTop |
The vertical position of the object's top edge in screen coordinates.
(Inherited from IControl.) | |
Visible |
Specifies whether an onscreen object is visible to users.
(Inherited from IControl.) | |
VisibleOnScreen |
Specifies whether the whole object or any of its parts is currently visible on screen.
(Inherited from IControl.) | |
Width |
The object's width in pixels.
(Inherited from IControl.) | |
wLimit |
Retrieves the current text limit for an edit control.
| |
wPasswordChar |
Retrieves the password character that an edit control displays when the user enters text.
| |
wSelection |
Retrieves the selected text.
(Inherited from ITextEdit.) | |
wSelectionEnd |
Returns the index of the first character that follows the selection.
(Inherited from ITextEdit.) | |
wSelectionStart |
Returns the index of the first selected character.
(Inherited from ITextEdit.) | |
wText |
Gets or sets the contents of the edit control as a text string.
(Inherited from ITextEdit.) |