value property

value property

Gets and sets the value of the control.

Remarks

Only effects when ListBoxActiveXControl.selection_type is SelectionType.Single;

Definition:

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

See Also