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