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