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