Is there a way to create properties for a user control that are "collapsible" when in design mode? By "collapsible" I mean properties like Font, Size, and Position in a label control.
Thanks! Lance
Printable View
Is there a way to create properties for a user control that are "collapsible" when in design mode? By "collapsible" I mean properties like Font, Size, and Position in a label control.
Thanks! Lance
#Region
#End Region
I think that only affects code, right? I'd like to create properties that are collapsible in the Properties window when in Design Mode for the Form that contains the control. Please let me know if there is a way to accomplish this using Regions. Thanks.Quote:
Originally posted by Dilenger4
#Region
#End Region
yeah that's only for code. Im not quite sure if you can use the regions for what you want. Maybe someone else might know. :confused: