dock_state property

dock_state property

Gets and sets the last-docked location of this taskpane object.

Definition:

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

See Also