BBjEditBox::select
Description
In BBj 12.00 and higher, this method selects a chunk of text in a BBjEditBox control.
Syntax
Return Value |
Method |
void |
select(int offset1, int offset2) |
Parameters
Variable |
Description |
offset1 |
Specifies the zero-based offset where the selection begins. |
offset2 |
Specifies the zero-based offset where the selection ends. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.