IWebBridge::Scrollbar Property
Sets or retrieves whether to show the scrollbar. Used with scriptlets.
Syntax
HRESULT IWebBridge::get_Scrollbar(VARIANT_BOOL *p); HRESULT IWebBridge::put_Scrollbar(VARIANT_BOOL v);
Parameters
- p
Pointer to a variable of type VARIANT_BOOL that receives whether to show the scrollbar.- v
VARIANT_BOOL that specifies whether to show the scrollbar.
Return Value
Returns S_OK if successful, or an error value otherwise.