Vcl.ActnMenus.TCustomActionMenuBar.GetDesignMode
Delphi
function GetDesignMode: Boolean; override;
C++
virtual bool __fastcall GetDesignMode(void);
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.