|
-
Mar 16th, 2005, 06:51 PM
#2
Re: Expandable Properties
You should only need to define the TypeConverter Once.
For example if you added a property of the type System.Drawing.Point to your user control (this is the same type as the Size Property). You dont need to do anything else because the TypeConverter was already made by M$ (System.Drawing.PointConverter)
--
Once a TypeConverter is defined you dont need to explicitly tell Visual Studio to use it.
Tips:
- Google is your friend! Search before posting!
- Name your thread appropriately... "I Need Help" doesn't cut it!
- Always post your code!!!! We can't read your mind!!! (well, at least most of us!)
- Allways Include the Name and Line of the Exception (if one is occuring!)
- If it is relevant state the version of Visual Studio/.Net Framwork you are using (2002/2003/2005)
If you think I was helpful, rate my post  IRC Contact: Rizon/xous ChakraNET/xous Freenode/xous
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
|