hide_tool_bar property

hide_tool_bar property

The toolbar visibility flag indicating 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