<Code Lib>
2026 Property
Changes 0
P

ComboBox.Current

Description:
Gets or sets the current checked ComboBox member of the ComboBox.
Remarks:
The default value is the first ComboBox member added to the ComboBox.

public ComboBoxMember Current { get; set; }

Loading…