Table of Contents

Method CreateEnumProperty

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

CreateEnumProperty(string, string, IPropertyGridChoices, int)

Creates enum property.

PropertyGridItemHandle CreateEnumProperty(string label, string name, IPropertyGridChoices choices, int value)

Parameters

label string

Property label.

name string

Property name.

choices IPropertyGridChoices

Pick list.

value int

Property value.

Returns

PropertyGridItemHandle

Handle to the item.