|
ListVertRuntime is a drop in control to dynamically change the runtime properties of a listbox. It changes the font and background color of the listbox you select. It contains a color selector button, font selector button, and save, apply, and default buttons. It is configured in a vertical layout.
There is a group handle to move around the controls easily.
It is a multi control, so you can add as many controls as you have listboxes.
you can put the control on a configuration tab behind other information, etc.
Values are stored in an inifile and applied when starting the window. Buttons call up the standard Windows Color Dialogue and Font Dialogue. Default will load the original design fonts and colors and save them to the ini. Apply will apply the current selections to the listbox, for the current session, but not save them. Save Settings will save the current settings to the ini for this and further uses of the listbox. You can delete the color control or font control if you only want to give the user partial functions. You can, of course move the controls individually as needed to position. The only prompts you need to fill are which listbox to control, and the ini file to use. It defaults to BST.INI so as not to affect the main ini for the app.
|