RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TToolBar.EdgeInner Property

Determines the border style for the toolbar's inner edge.

Pascal
property EdgeInner: TEdgeStyle;
C++
__property TEdgeStyle EdgeInner;

Use EdgeInner to provide the toolbar with a three-dimensional beveled look. A toolbar has two borders on each side, an outer border drawn next to the outer edge, and an inner border drawn inside the outer border. EdgeInner specifies the appearance of the inner border. It can be raised (esRaised), lowered (esLowered), or left off altogether (esNone).

Note: The EdgeInner property has an effect only on the sides specified by the EdgeBorders property.
Use EdgeInner with EdgeOuter to give the component a three-dimensional look. 

 

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