RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TCustomMenuItem.Edges Property

Dictates which edges are drawn when the menu item is drawn.

Pascal
property Edges: TMenuEdges;
C++
__property TMenuEdges Edges;

Use Edges to dictate which edges of the menu item should be drawn when the menu item is drawn. The values ebLeft, ebTop, ebRight, and ebBottom indicate that the left, top, right, and bottom edges (respectively) should be drawn. 

 

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