Vcl.ActnMenus.TCustomActionMenuBar.Expandable

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Expandable: Boolean read FExpandable write FExpandable;

C++

__property bool Expandable = {read=FExpandable, write=FExpandable, 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 expandable.

Expandable is internally used to specify whether a menu item is expandable.

See Also