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