Method CreateUIntItem
CreateUIntItem(string, string?, uint, IPropertyGridNewItemParams?)
Creates uint property.
IPropertyGridItem CreateUIntItem(string label, string? name = null, uint value = 0, IPropertyGridNewItemParams? prm = null)
Parameters
label
stringProperty label.
name
stringProperty name.
value
uintDefault property value.
prm
IPropertyGridNewItemParamsProperty item create parameters.
Returns
- IPropertyGridItem
Property declaration for use with Add(IPropertyGridItem, IPropertyGridItem?).