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 the initForm method. 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, can be set in the Properties window for the form.
To edit the properties of a control or form
The property page associated with the selected control is displayed in the Properties window.
Note If you select multiple controls, a custom property page appears that displays only the common properties.
Complex properties use common dialog boxes and editors for:
Click the node of compound properties to access subproperties.