RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSplitter.Beveled Property

Determines whether the splitter looks beveled along the edge that moves.

Pascal
property Beveled: Boolean;
C++
__property Boolean Beveled;

Set Beveled to false to remove the beveled edges from the splitter. Set Beveled to true to give the edge a 3D beveled look. 

The bevel on a splitter runs in a single direction only: along the edges the user moves to resize neighboring objects. Thus, if the Align property is alLeft or alRight, the vertical edges of the splitter are beveled. If the Align property is alTop or alBottom, the horizontal edges of the splitter are beveled. The default value of Beveled is false. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!