Contents Index Topic Contents | ||
Previous Topic: IWebBrowser2::get_Type Next Topic: IWebBrowser2::get_Width |
IWebBrowser2::get_Visible
HRESULT get_Visible( VARIANT_BOOL FAR* pBool );Determines whether the object is visible or hidden.
- Returns S_OK to indicate that the operation was successful.
- pBool
- Address of a variable that receives TRUE if the object is visible, or FALSE if it is hidden.
Applies To
Internet Explorer, WebBrowser
See also IWebBrowser2::put_Visible
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.