BBjCEdit::highlight
Description
Highlights characters in the BBjCEdit control.
Syntax
|
Return Value |
Method |
|---|---|
|
|
highlight(int parIndex1, int off1, int parIndex2, int off2) |
Parameters
|
Variable |
Description |
|---|---|
|
|
Specifies the 0-based paragraph index where the highlight is to begin. |
|
|
Specifies the offset of characters where the highlight is to begin. |
|
|
Specifies the 0-based paragraph index where the highlight is to end. |
|
|
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.