BBjNavigator Control Properties
Property |
Description |
Control Type |
Identifies the resource as a navigator control. ResBuilder sets this when creating the control and it cannot be changed. |
Control ID |
The control ID number. This number must be an integer between 1 and 32767 and it must be unique within a given top-level window. |
Name |
Control name. |
Text |
Navigator text. |
x Position |
Horizontal position of the upper-left corner of the control. |
y Position |
Vertical position of the upper-left corner of the control. |
Width |
Control width. |
Height |
Control height. |
Fore color |
Control foreground color. |
Back color |
Control background color. |
Font |
Control font. |
Short cue |
Tool tip text displayed when the mouse is positioned over the control. |
Long cue |
Status bar text displayed when the mouse is positioned over the control. |
Disabled |
Sets the control initally to disabled. |
Invisible |
Sets the control initally to invisible. |
Client edge |
Draws a recessed edge around the control. |
Raised edge |
Draws a raised edge around the control. |
Justification |
Justifies text. Centered, left justified, right justified, or set to the system default. |
Popup Menu ID (BBj) |
ID of a popup menu attached to the control Set to 0 for no popup menu. |
Opaque (BBj) |
Prevents items located underneath the control from showing through. These items may be graphical objects on the top-level form. BBj 4.0 and higher only. |
Read-only (BBj) |
Sets the control initially to read-only. BBj 4.0 and higher. |
Target Record Set (BBj) |
ID of record set that the control operates. |
Bound Record Set (BBj) |
ID of record set associated with the control. Set to 0 for no record set association. Note that the control does not operate this record set. |
Record Field (BBj) |
Can only be set when the record set is set to something other than 0. Specifies the record set field to associate the control with. If used, the record field is displayed in the text control in the middle of the navigator. |