Enum PropertyGridEditKindColor
Enumerates all possible color property editor kinds in the property grid control.
public enum PropertyGridEditKindColor
Fields
Choice = 4
Uses choice color editor (non-editable).
ChoiceAndButton = 5
Uses choice color editor (non-editable) and ellispsis button with a color dialog.
ComboBox = 3
Uses combo box with list of colors. When 'Custom' color is selected, color dialog is opened.
Default = 0
Uses default color editor specified in 'DefaultEditKindColor' property.
SystemColors = 2
Uses combo box with list of system colors.
TextBoxAndButton = 1
Uses text box and ellispsis button with a color dialog.