Just like the window object, each control has properties that determine the control’s style—how it looks and behaves during execution.
You define a control's properties by using the Properties view for the control. The properties and values displayed in the Properties view change dynamically when you change the selected object or control. To see this, click the window background to display the window properties in the Properties view and then click a control in the window to display the control’s properties in the Properties view.
To define a control's properties:
Select the control.
The selected control’s properties display in the Properties view.
Use the tab pages in the Properties view to change the control's properties.
The Properties view presents information in a consistent arrangement of tabbed property pages. You select items on the individual property pages to change the control's definition.
All controls have a General properties page, which contains much of the style information—such as the visibility of the control, whether it is enabled, and so on—about the control. The General properties page is always the first page of a control’s Properties view.
You can get Help when you are defining properties. In any tab page in the Properties view, right-click on the background and select Help from the pop-up menu. The Help displays information about the control and a link to an alphabetical list of properties for the control.