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