Retrieves a value that indicates whether the Microsoft® Internet Explorer toolbar is visible.
Syntax
HRESULT get_ToolBar( int* pValue );
Parameters
- pValue
- Address of a variable that receives TRUE if the toolbar is visible, or FALSE if it is not.
Return Value
Returns S_OK if successful, or an error code otherwise.
See Also
IWebBrowser2::put_ToolBar