|
-
Oct 19th, 2005, 02:57 PM
#1
Thread Starter
Fanatic Member
Objectm properties
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!
-
Oct 20th, 2005, 07:48 AM
#2
Thread Starter
Fanatic Member
Re: Objectm properties
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!
-
Oct 20th, 2005, 09:48 AM
#3
Thread Starter
Fanatic Member
Re: Object properties
Enum.
Sheesh. The enum call sets what is brought in to the field.
Read and Write propertybag lets you store the preset values.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|