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