Properties | |
(name) | Specifies the control name. This property is set automatically when the control is drawn |
cell | TRUE... The Cell-Width and Cell-Height properties are generated and Lines is measured in cells. FALSE... The Cell-Width and Cell-Height properties are not generated and Lines is not measured in cells. |
cell-height | Specifies the value for the Cell-Height property |
call-width | Specifies the value for the Cell-Width property |
background-color | Opens a dialog that allows the user to choose the control background color. |
color | Opens a dialog that allows the user to choose the control color. |
control font | Opens a dialog that allows the user to choose the control font. |
custom-data | Specifies the value for the Custom-Data property. |
foreground-color | Opens a dialog that allows the user to choose the control foreground color. ![]() |
layout manager | Opens a dialog that allows to choose which layout manager should be associated to the toolbar. When either LM-SCALE or LM-RESPONSIVE is selected, it’s possible to specify the configuration string. In this dialog you also associate a handle to the layout manager. ![]() |
lines | Specifies the control height as expressed in cells. This property is set automatically when the control is drawn |
lines pixels | Specifies the control height as expressed in pixels. This property is set automatically when the control is drawn |
lines unit | DEFAULT... Either CELLS or nothing is generated after the Lines value depending on the window’s “cell” property setting None... Neither CELLS nor PIXELS are generated after the Lines value CELLS... CELLS is generated after the Lines value PIXELS... PIXELS is generated after the Lines value |
lock | TRUE...Locks the control on the Screen Designer so that you cannot move it anymore by dragging it with the mouse. FALSE...You can move the control on the Screen Designer by dragging it with the mouse |
moveable | TRUE... The Moveable style is generated FALSE... The Moveable style is not generated |
multiline | TRUE... The Multiline style is generated FALSE... The Multiline style is not generated |
pop up menu | Associates a pop-up menu with the control. The menu must have been drawn on the same screen. |
tab order | Sets the ordinal position of the control in the Screen Section. This property is set automatically when the control is drawn |
width-in-cells | TRUE...The Width-In-Cells style is generated FALSE... The Width-In-Cells style is not generated |
Events | |
No Events available. | |
Exceptions | |
No Exceptions available. | |
Procedures | |
No Procedures available. | |
Variables | |
toolbar-handle | Numeric variable that hosts the control handle |