hide_tool_bar property

hide_tool_bar property

The property specifies whether the toolbar should be hidden when the document is active; default is False.

Definition:

@property
def hide_tool_bar(self):
    ...
@hide_tool_bar.setter
def hide_tool_bar(self, value):
    ...

See Also