Application.WebHideToolbars Method
Project Developer Reference |
Shows or hides all toolbars except the Menu and Web toolbars.
Syntax
expression.WebHideToolbars(Hide)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Hide | Optional | Boolean | True if all toolbars except the Menu and Web toolbars are hidden. The default value is True if toolbars other than Menu and Web are displayed, and False if they are not. |
Return Value
Boolean
See Also