Vcl.ActnMenus.TCustomActionMenuBar.Expanded

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Expanded: Boolean read FExpanded write FExpanded;

C++

__property bool Expanded = {read=FExpanded, write=FExpanded, nodefault};

Properties

Type Visibility Source Unit Parent
property protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomActionMenuBar

Description

Specifies whether a menu item is expanded.

Expanded is internally used to specify whether a menu item is expanded.

See Also