When developing a custom control, lets say I have a property named
"WidgetType " and
this property can consist of 3 types "WidgetStandard , WidgetEnhanced,
WidgetSimple".
How does my control notify the IDE that these are the types of WidgetType so
that the
IDE can display a Listbox with these types ? Does this have to be an enum ?
Many Thanks In Advance.
"WidgetType " and
this property can consist of 3 types "WidgetStandard , WidgetEnhanced,
WidgetSimple".
How does my control notify the IDE that these are the types of WidgetType so
that the
IDE can display a Listbox with these types ? Does this have to be an enum ?
Many Thanks In Advance.
Comment