hide_window_ui property

hide_window_ui property

The property indicates whether user interface elements should be hidden when the document is active. Default: False.

Definition:

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

See Also