RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCategoryButtons.BevelInner Property

Determines the style of the inner bevel of a control.

Pascal
property BevelInner: TBevelCut;
C++
__property TBevelCut BevelInner;

Use BevelInner to provide the control with a three-dimensional beveled look. A control has two bevels, an outer bevel drawn next to the border of the control, and an inner bevel drawn inside the outer bevel BevelOuter, separated by the number of pixels specified in the BorderWidth property. The width of the bevels, if they are drawn, is the BevelWidth property. 

 

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