drop_button_style property

drop_button_style property

Specifies the symbol displayed on the drop button

Definition:

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

See Also