Windows Develop Bookmark and Share   
 index > Windows Forms Designer > expandable property in property browser
 

expandable property in property browser

hi,
i generate a user control and i could add  into toolbox. i added some new properties to the user control. but i want that these properties can be expandable into property browser.
for example:
"size" property of any form control has two sub properties as "width" and "heigth" and these can be viewed in property browser.
i want to add properties to my user control like "size" property but i can not.
how can I implement this property?
Thanks
MigrationUser 1  Friday, March 14, 2003 11:08 AM
Check out <a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/usingpropgrid.asp">this excellent article</a> by Mark Rideout on MSDN. Explains it all!
MigrationUser 1  Friday, March 14, 2003 11:43 AM
Here is another amazing article by Shawn Burke that might be useful:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dndotnet/html/usingpropgrid.asp

-Dinesh
MigrationUser 1  Thursday, April 10, 2003 6:02 PM

You can use google to search for other answers

Custom Search

More Threads

• Drawing images and manipulating with that
• XML Serialization on Windows Forms
• Custom UITypeEditor not working for properties of type "System.Windows.Forms.Control"
• Windows Form Designer not populating event drop-down menu
• UITypeEditor, Component get list of controls
• Forms-only components
• RightToLeft support in PropertyGrid
• [HELP]Placing code to move a component to an specific location does not working!
• Is there a way to make a user control act like a containter control
• How to design a form on Blend and use it in a VB 2005 project?