API:Vcl.ActnMenus.TCustomActionMenuBar.GetDesignMode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDesignMode: Boolean; override;

C++

virtual bool __fastcall GetDesignMode();

Properties

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

Description

Returns the design mode of the action bar.

Vcl.ActnMenus.TCustomActionMenuBar.GetDesignMode inherits from Vcl.ActnMan.TCustomActionBar.GetDesignMode. All content below this line refers to Vcl.ActnMan.TCustomActionBar.GetDesignMode.

Returns the design mode of the action bar.

GetDesignMode returns True if the action bar is customizable, False otherwise.


See Also