Vcl.ActnMan.TCustomActionBar.DesignMode
Delphi
property DesignMode: Boolean read GetDesignMode write SetDesignMode;
C++
__property bool DesignMode = {read=GetDesignMode, write=SetDesignMode, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | Vcl.ActnMan.pas Vcl.ActnMan.hpp |
Vcl.ActnMan | TCustomActionBar |
Description
Specifies whether the action band is being customized or being used in the IDE.
DesignMode is used internally to determine whether the action band is being customized, either at runtime using the customize dialog, or at design time within the IDE. For example, the action band automatically supports drag-and-drop operations only when DesignMode is true.