Vcl.ActnMenus.TCustomMenuExpandBtn.DrawFrame

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

procedure DrawFrame(ARect: TRect; Down: Boolean); override;

C++

virtual void __fastcall DrawFrame(const System::Types::TRect &ARect, bool Down);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
procedure
function
protected
Vcl.ActnMenus.pas
Vcl.ActnMenus.hpp
Vcl.ActnMenus TCustomMenuExpandBtn

Beschreibung

Zeichnet einen Rahmen um das Schaltflächen-Steuerelement.

Vcl.ActnMenus.TCustomMenuExpandBtn.DrawFrame erbt von Vcl.ActnCtrls.TCustomButtonControl.DrawFrame. Der folgende Inhalt bezieht sich auf Vcl.ActnCtrls.TCustomButtonControl.DrawFrame.

Zeichnet einen Rahmen um das Schaltflächen-Steuerelement.

Mit DrawFrame wird ein Rahmen um das Schaltflächen-Steuerelement gezeichnet.

Siehe auch