ListBoxActiveXControl.Value

ListBoxActiveXControl.Value property

Gets and sets the value of the control.

public string Value { get; set; }

Remarks

Only effects when SelectionType is SelectionType.Single;

See Also