Occurs when the window for the WebBrowser should be shown/hidden. This allows the host window to behave the same way the Internet Explorer window would.
Object.OnVisible ( bVisible )
The OnVisible event syntax has the following parts:
|
Name |
Type |
Description |
|
Object |
ALog |
ALog control |
|
bVisible |
Val Bool |
Nonzero if the object is visible, or zero otherwise. |
bVisible can have one of the following values:
|
Value |
Description |
|
True |
The object is visible. |
|
False * |
The object is not visible. |
For more information on the ALog control, see the Microsoft WebBrowser control documentation in the Microsoft web site.