API:Vcl.ActnCtrls.TCustomDropDownButton.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.ActnCtrls.pas
Vcl.ActnCtrls.hpp
Vcl.ActnCtrls TCustomDropDownButton

Beschreibung

Zeichnet einen Rahmen um das Schaltflächen-Steuerelement.

Vcl.ActnCtrls.TCustomDropDownButton.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