Method CreateColorItemWithKind
CreateColorItemWithKind(string, string?, Color, IPropertyGridNewItemParams?)
Creates Color property.
public virtual IPropertyGridItem CreateColorItemWithKind(string label, string? name, Color value, IPropertyGridNewItemParams? prm)
Parameters
label
stringname
stringvalue
Colorprm
IPropertyGridNewItemParams
Returns
Remarks
This function uses EditKindColor to select appropriate property editor.