Table of Contents

Method CreateInt16Item

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

CreateInt16Item(string, string?, short, IPropertyGridNewItemParams?)

Creates short property.

IPropertyGridItem CreateInt16Item(string label, string? name = null, short value = 0, IPropertyGridNewItemParams? prm = null)

Parameters

label string

Property label.

name string

Property name.

value short

Default property value.

prm IPropertyGridNewItemParams

Property item create parameters.

Returns

IPropertyGridItem

Property declaration for use with Add(IPropertyGridItem, IPropertyGridItem?).