BBjHtmlView::setAutoNavigate
Description
In BBj 19.00 and higher, this method tells the BBjHtmlView control whether it should automatically navigate to anchor links that the user clicks on.
Syntax
Return Value |
Method |
---|---|
void |
setAutoNavigate(boolean AutoNavigate) |
Parameters
Variable |
Description |
---|---|
void |
This boolean value specifies whether the control should automatically navigate to anchor links when the user clicks on them. |
Return Value
None.
Remarks
By default, this value is false; the browser will not automatically navigate to clicked anchor links.
Example
|
See Also
See the BBj Object Diagram for an illustration of the relationship between BBj Objects.