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