Design time properties on control

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi

I am playing around with extending controls. I have a textbox that I want to
add a design time property to as a drop down list. The options I want to have
displayed are:

datetime
currency
textbox

I know how to override events and the end outcome will check against the
property to decide what validation will be carried out against it.

The problem I am having is that I don't know how to get the control to
display the drop down list of options in the properties window and I can't
seem to find anything in google. If anyone could post a sample or url that
has a good concise example I would be really grateful

regards
 
The property you are defining for the below should be of type enum or can
also be a array list.

VJ
 
Back
Top