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