RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomCheckBox.GetControlsAlignment Method

Returns the alignment of the check box caption.

Pascal
function GetControlsAlignment: TAlignment; override;
C++
virtual __fastcall TAlignment GetControlsAlignment();

GetControlsAlignment indicates the alignment of the check box caption. Usually, the caption is right-justified, but if the UseRightToLeftAlignment method returns true and the check mark is on the left, then GetControlsAlignment indicates that the caption should be left-justified. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!