checkgroupbox BoxAlignment property
Return to Introduction  Previous page  Next page
Applies to
acCheckGroupBox, acCheckBox and acRadioButton components.  

Declaration
type  
  TAlignment = (taLeftJustify, taRightJustify, taCenter);  
  TLeftRight = taLeftJustify..taRightJustify;  
 
property BoxAlignment: TLeftRight;  

Description
The BoxAlignment property specifies placement of the check box, relatively to the caption of control.  
 
By default, checkbox is left-aligned. When the BoxAlignment is taRightJustify, the checkbox will be displayed to the right of text.  

Snapshot
accheckgroupboxss1