Tree Control Properties - BBj
Note: This control is not supported by Visual PRO/5. Visual PRO/5 ignores this control if it is encountered in a resource file.
Property |
Description |
Control Type |
Identifies the resource as a BBj tree control. This is set by ResBuilder when the control is created and cannot be changed. |
Control ID |
Control ID number. The number must be an integer between 1 and 32767 |
Name |
Control name. |
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 |
Height of the control. |
Fore color |
Control foreground color. |
Back color |
Control background color. |
Font |
Control font. |
Short cue |
Displays tool tip text when positioning the mouse over the control. |
Long cue |
Displays status bar text when positioning the mouse 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. |
Popup menu ID (BBj) |
ID of a popup menu to be attached to the control. Set to 0 for no |
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. |
Tab traversable (BBj) |
Sets the control to gain focus from keyboard navigation. BBj 4.0 and higher. |