net472_PropertyGridHelpers.Controls_AutoCompleteComboBox_Value - dparvin/PropertyGridHelpers GitHub Wiki
Gets or sets the value displayed and edited in the combo box.
public object Value { get; set; }
The current text of the combo box.
This property is used by DropDownVisualizer
to transfer data between the editor and the hosting environment.
- class AutoCompleteComboBox
- namespace PropertyGridHelpers.Controls
- assembly PropertyGridHelpers