Windows Develop Bookmark and Share   
 index > Windows Forms General > Panels, the Designer, in C#
 

Panels, the Designer, in C#

Am I just missing something, or are forms the only thing that you can visually design?

I've tried designing PropertyTab derived classes and Panel derived classes and the designer doesn't seem to let you visually design those window components.

Thanks,
Aaron
MigrationUser 1  Wednesday, August 27, 2003 6:41 PM
Forms and UserControls are the only two "Top Level" designable entities.  Meaning, they are the only two entities that you can modify in the designer and have their class definition actually change.  It might be an interesting exercise, though, to develop a way to design other types of controls.
MigrationUser 1  Thursday, August 28, 2003 11:34 AM

You can use google to search for other answers

Custom Search

More Threads

• Runing .net from vb6.0
• send the event to the parent?
• How to check internet connection is available or not
• Datagridview AutoSizeRowsMode()
• listbox select item -> listview show
• How to make a control not take keyboard input
• Inherting forms and stack overload
• hiiii... help me out!!!1
• Updating DataSEt
• How do i copy a variable contents to the clipboard?