Properties are attributes that define how a control appears and runs at run time. Each form and each control has an associated custom property page. Modifying the properties in the page (the Properties window) affects the code that is generated for the control in initForm. Properties include the appearance, behavior, and position for the control. The background color, enable and disable state, show state, font, default size and position, and so forth, may be set in the Properties window for the form. Properties vary depending on the class for the container (or Form class).
Some properties are inherited, such as Font, background color, and foreground color.
To edit the properties of a control or form
The properties page associated with the selected control is displayed in the Properties Window.
Note Multi-selection of controls results in a custom properties page which displays only the common properties.
Complex properties use common dialogs and editors for:
Click the node of compound properties to access sub-properties.