Using Get and Let properties I can get the control to show the property in the controls properties.
How do you give options in the properties dropdown?
EG:
"Agency"
"Person"
(Searching MSDN is just plain frustrating)
TIA guys!
Printable View
Using Get and Let properties I can get the control to show the property in the controls properties.
How do you give options in the properties dropdown?
EG:
"Agency"
"Person"
(Searching MSDN is just plain frustrating)
TIA guys!
maybe a better description of what I need to do....
Using Let and Get properties, the control property shows in the properties list.
What I need to do is have multiple selections, not by entering text, but selecting one of many options. eg:
<property>
Datatype:
Agency
Person
Supplier
</property>
This way, the designers have preset options on how the control is used.
That any better?
TIA guys!
Enum.
Sheesh. The enum call sets what is brought in to the field.
Read and Write propertybag lets you store the preset values.