It would be great to be able to set a control types look and feel per app in one location and have all the controls of that type reflect throughout the app.
IE.
master.Textbox.BorderColor = Green
master.Textbox.Size = 11
Then all textboxes added in the form have these properties.
I know that we can do something similar via global variables, however, that involves touching every control and pointing to that global variable. It would be great to just have a central spot by default where you can set the apps look and feel and everything automatically reflects that.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.