Vcl.ActnMenus.TCustomMenuItem.Edges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Edges: TMenuEdges read FEdges write SetEdges;

C++

__property TMenuEdges Edges = {read=FEdges, write=SetEdges, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomMenuItem

Description

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

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.