BBjCEdit::highlight
Description
Highlights characters in the BBjCEdit control.
Syntax
Return Value |
Method |
void |
highlight(int parIndex1, int off1, int parIndex2, int off2) |
Parameters
Variable |
Description |
parIndex1 |
Specifies the 0-based paragraph index where the highlight is to begin. |
off1 |
Specifies the offset of characters where the highlight is to begin. |
parIndex2 |
Specifies the 0-based paragraph index where the highlight is to end. |
off2 |
Specifies the offset of characters where the highlight is to end. |
Return Value
None.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.