Vcl.ActnMenus.TCustomActionMainMenuBar.Inactive

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Inactive: Boolean read FInActive write SetInActive;

C++

__property bool Inactive = {read=FInActive, write=SetInActive, nodefault};

Properties

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

Description

Specifies whether the action band is disabled or enabled.

Inactive is used internally to determine whether the action band is enabled or disabled. When the state changes, Inactive calls Invalidate to force a repaint of the action band.