|
Navigation: Program Reference > Dialogs > Dialog Editor > Dialog Controls > Button |
|
This control displays a basic push button, also known as a command button. The following properties are available for Button controls:
Appearance
Caption |
The caption displayed in the control. |
Default Font |
Defines if a control uses the default font. |
Font |
The font used to paint the control, if the Default Font property is False. |
Icon |
Defines the icon used to paint the control. First you must to include the icon you want to use in the Setup Icons editor, for further information read the Setup Icons topic. |
Visible |
The visibility of the control. |
Design
Name |
Identifies the control. |
Layout
Height |
The height of the control in pixels. |
Left |
The left position of the control. |
Top |
The top position of the control. |
Width |
The width of the control in pixels. |
Options
Enabled |
Defines if a control is enabled. |
RTLRO |
Defines if the text in the control is displayed in a Right-To-Left-Reading-Order. |
Sunken |
Defines if a control is displayed with a sunken. |