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