.
When the main form of the program is loaded, all the
forms of the project are loaded into the list. Here, you can select any of these
items from list and then apply any function. All the function available are:
- Icon - select an icon pressing the white square and then press "Change"
(on its right). This icon will be changed for all selected forms.
- Back color - the same as icon, but will be changed the back color of all
selected forms.
- Scale mode - change property ScaleMode of selected forms.
- Start up position - change property StartupPosition of selected
forms.
- Border style - change property BorderStyle of selected forms.
- Window state - change property WindowState of selected forms.
- WhatsThisButton / WhatsThisHelp - by pressing button "True" or "False"
will change this properties of selected forms, accordingly.
- ShowInTaskBar / Not ShowInTaskBar - change ShowInTaskBar property of
selected forms as "True" or "False".
For the first of this options, the values are changed only when you are
pressing the button "Change" (not only selecting a new value).
Go back !