Dill Posted February 9, 2005 Posted February 9, 2005 Ok heres the thing... on most controls there are properties declared as a structure type (size, location, etc) these have an expandable list of the structures properties (x,y,etc) I have tried to create my own structure for use as a property but instead of displaying the expandable list the value field just contains the structure name. I have tried initializing the values within the sructure, I have tried declaring it as both a class and a structure all to no avail, any ideas? Dill Quote
Administrators PlausiblyDamp Posted February 9, 2005 Administrators Posted February 9, 2005 You will need to look at using a TypeConverter to handle the design time UI, http://www.xtremedotnettalk.com/showthread.php?t=49388 is a nice tutorial on how this works. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Dill Posted February 9, 2005 Author Posted February 9, 2005 Wow! I was hoping it was a 'something .show' type answer. Managed to make it work using the tips from the article tho. Many thanx for that :cool: Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.