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