RAD Studio VCL Reference
|
Returns the alignment of the check box caption.
function GetControlsAlignment: TAlignment; override;
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!
|