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