Vcl.XPActnCtrls.TXPStyleExpandBtn.DrawFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.XPActnCtrls.pas
Vcl.XPActnCtrls.hpp
Vcl.XPActnCtrls TXPStyleExpandBtn

Description


Draws a frame around the button control.

Vcl.XPActnCtrls.TXPStyleExpandBtn.DrawFrame inherits from Vcl.ActnCtrls.TCustomButtonControl.DrawFrame. All content below this line refers to Vcl.ActnCtrls.TCustomButtonControl.DrawFrame.

Draws a frame around the button control.

DrawFrame is used for drawing a frame around the button control.

See Also