L
Lars Netzel
Hi!
I have a property of a Control (a button I'm making) that makes it possible
for the user to choose what shape a button should have... Round, Square,
Triangle...
How do I in the designer view (in the properties window) make the user have
a list of the shapes I intend to add to this control, to choose from?
If you create a Boolean property the list in designerview will automatically
show "True, False" but how do I add my own "Values" to that list... ?
The property is a string right now.. but the user has no idea that he has to
type "Round" in there...
Makes me think I need to create my own Type or something.. is that possible,
how?
Thanx
/Lars
I have a property of a Control (a button I'm making) that makes it possible
for the user to choose what shape a button should have... Round, Square,
Triangle...
How do I in the designer view (in the properties window) make the user have
a list of the shapes I intend to add to this control, to choose from?
If you create a Boolean property the list in designerview will automatically
show "True, False" but how do I add my own "Values" to that list... ?
The property is a string right now.. but the user has no idea that he has to
type "Round" in there...
Makes me think I need to create my own Type or something.. is that possible,
how?
Thanx
/Lars