Each property has its own set of property values that you can use to specify the true and false conditions in the If expression. Usually you specify a number to indicate what you want. For example, if you are working with the Border property, you use the number 0, 1, 2, 3, 4, 5, or 6 to specify a border.
Table 9-1 summarizes the properties available. A detailed description of each property follows the table. For a complete list of properties for each control, see the online Help.
In the Properties window, property names display without dots and underscores, and properties with dots, such as font.escapement, display in a tree view. Expand the font node to set the escapement property.
Property |
Category |
Description |
---|---|---|
Appearance |
Background color of a control |
|
Appearance |
Border of a control |
|
Appearance |
Color of a graphic control |
|
Appearance |
Pattern used to fill a graphic control |
|
Appearance |
Color of text for text controls, columns, and computed fields; background color for the DataWindow object; line color for graphs |
|
Appearance |
Rotation of a control |
|
Appearance |
Height of text |
|
Appearance |
Use of italic font for text |
|
Appearance |
Use of strikethrough for text |
|
Appearance |
Use of underlining for text |
|
Appearance |
Weight (for example, bold) of text font |
|
Behavior |
Display format for columns and computed fields |
|
Layout |
Height of a control |
|
Appearance |
Color of a line or the line surrounding a graphic control |
|
Appearance |
Style of a line or the line surrounding a graphic control |
|
Appearance |
Width of a line or the line surrounding a graphic control |
|
Appearance |
Image to be used for the pointer |
|
General |
Whether a column can be edited |
|
General |
How often time fields are to be updated |
|
General |
Whether a control is visible |
|
Layout |
Width of a control |
|
Layout |
X position of a control |
|
Layout |
X coordinates of either end of a line |
|
Layout |
Y position of a control relative to the band in which it is located |
|
Layout |
Y coordinates of either end of a line |