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