BBjInputD::getHighlight
Description
In BBj 4.0 and higher, this method returns whether the text in the BBjInputD control is highlighted when focus is gained from tabbing into the control.
Syntax
Return Value |
Method |
boolean |
getHighlight() |
Parameters
None.
Return Value
Returns whether the text in the BBjInputD control is highlighted (0 = Not Highlighted, 1 = Highlighted).
Remarks
By default, the text is not highlighted.
Example
REM Determine if the text in an InputD control is to be highlighted when focus is gained |
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.