Vcl.ActnMenus.TMenuEdges

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TMenuEdges = set of TEdgeBorder;

C++

typedef System::Set<Vcl::Toolwin::TEdgeBorder, Vcl::Toolwin::TEdgeBorder::ebLeft, Vcl::Toolwin::TEdgeBorder::ebBottom> TMenuEdges;

Properties

Type Visibility Source Unit Parent
set
typedef
public
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus Vcl.ActnMenus

Description

TMenuEdges is the type of the Edges property of an action menu item.

TMenuEdges is a set of TEdgeBorder.

TMenuEdges can have the following values:

Value Meaning

ebLeft

The control has a beveled left edge.

ebTop

The control has a beveled top edge.

ebRight

The control has a beveled right edge.

ebBottom

The control has a beveled bottom edge.

See Also