SelectedKey Property (ComboBoxEditor)
In This Topic
Gets the key that corresponds to the selected item in the currently active ComboBox editor.
Syntax
'Declaration
Public ReadOnly Property SelectedKey As Object
public object SelectedKey {get;}
See Also