Enum PropertyGridKnownEditors
Defines known property editors in the property grid control.
public enum PropertyGridKnownEditors
Fields
CheckBox = 0Use
CheckBoxas property editor.Choice = 1Use choice property editor.
ChoiceAndButton = 3Use choice property editor with ellipsis button.
ComboBox = 4Use
ComboBoxas property editor.DatePickerCtrl = 7Uses date-picker control as property editor.
SpinCtrl = 5Use
TextBoxwith up/down buttons as property editor.TextCtrl = 2Use
TextBoxas property editor.TextCtrlAndButton = 6Use
TextBoxwith ellipsis button as property editor.