|
-
Dec 2nd, 2021, 07:43 PM
#1
Thread Starter
Lively Member
[RESOLVED] How to modify default control property values, or put custom controls in toolbox
Is there a way to change the default property values of the native VB.Net controls? I know I can create my own control in code that inherits from one of the native controls and set the properties any way I want in the constructor, but that doesn't help me when I want to drag a control from the toolbox onto a Form. I'm thinking specifically of the Label control, which has its AutoSize property annoyingly set to True by default. How can I modify the default values of the native controls, or make my customized controls appear in the toolbox?
Tags for this Thread
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
|