selection_type property

selection_type property

Gets or sets the selection mode of the specified list box.

Definition:

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

See Also