Method CreateSystemColorItem
CreateSystemColorItem(string, string?, Color, IPropertyGridNewItemParams?)
Creates Color property with system colors.
public virtual IPropertyGridItem CreateSystemColorItem(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?).