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