ComboBox.Current
Description:
Gets or sets the current checked ComboBox member of the ComboBox.
Gets or sets the current checked ComboBox member of the ComboBox.
Remarks:
The default value is the first ComboBox member added to the ComboBox.
The default value is the first ComboBox member added to the ComboBox.
public ComboBoxMember Current { get; set; }
-
Thrown when trying to set this property to.
-
Thrown when trying to set this property to a button not in this ComboBox.