hide_tool_bar property

hide_tool_bar property

Specifies whether toolbar should be hidden when document is active. Default: false.

Definition:

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

See Also