Vcl.ComCtrls.TToolButtonActionLink.IsDropdownMenuLinked
Delphi
function IsDropdownMenuLinked: Boolean; override;
C++
virtual bool __fastcall IsDropdownMenuLinked(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TToolButtonActionLink |
Description
Retrieves whether the action controls the drop-down menu for the client.
IsDropdownMenuLinked retrieves whether the action, associated by the tool button action link to the client (tool button), controls the drop-down menu of the tool button action link's client.
IsDropdownMenuLinked returns
True
if the action controls this property of the client and False
otherwise.