Table of Contents

Method CreateEditEnumProperty

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

CreateEditEnumProperty(string, string, IPropertyGridChoices, string)

Creates editable enum property.

PropertyGridItemHandle CreateEditEnumProperty(string label, string name, IPropertyGridChoices choices, string value)

Parameters

label string

Property label.

name string

Property name.

choices IPropertyGridChoices

Pick list.

value string

Property value.

Returns

PropertyGridItemHandle

Handle to the item.