Method CreateEnumProperty
CreateEnumProperty(string, string, IPropertyGridChoices, int)
Creates enum property.
PropertyGridItemHandle CreateEnumProperty(string label, string name, IPropertyGridChoices choices, int value)
Parameters
label
stringProperty label.
name
stringProperty name.
choices
IPropertyGridChoicesPick list.
value
intProperty value.
Returns
- PropertyGridItemHandle
Handle to the item.