drag_to_hide property

drag_to_hide property

Indicates whether the specified field can be dragged to the hide position. The default value is true.

Definition:

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

See Also