Method CreateColorItem
CreateColorItem(string, string?, Color, IPropertyGridNewItemParams?)
Creates Color property.
IPropertyGridItem CreateColorItem(string label, string? name, Color value, IPropertyGridNewItemParams? prm = null)
Parameters
label
stringProperty label.
name
stringProperty name.
value
ColorDefault property value.
prm
IPropertyGridNewItemParamsProperty item create parameters.
Returns
- IPropertyGridItem
Property declaration for use with Add(IPropertyGridItem, IPropertyGridItem?).