![]() |
![]() ![]() ![]() |
acButtonsPanel component.
|
type
|
TacButtonsPanelAlign = (alHorizontal, alVertical);
|
|
property Align: TacButtonsPanelAlign;
|
The Align property determines how the control aligns within its container (or parent control).
|
|
There are to possible values for Align property of acButtonsPanel component: alHorizontal and alVertical.
|
|
When the Align = alHorizontal, the panel with buttons are displayed at the bottom of dialog box. When Align is alVertical, the panel displayed at the right side and all its buttons placed vertically, each next under previous.
|
|
![]() |
|
To change the size of buttons modify the ButtonWidth and ButtonHeight properties. To control the spacing between buttons use ButtonSpacing property.
|
Alignment, ButtonWidth, ButtonHeight, ButtonSpacing, MarginHorz and MarginVert properties.
|