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