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