API:Vcl.StdActnMenus.TStandardDropDownButton.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.StdActnMenus.pas
Vcl.StdActnMenus.hpp
Vcl.StdActnMenus TStandardDropDownButton

Description

Draws a frame around the drop-down component.

Vcl.StdActnMenus.TStandardDropDownButton.DrawFrame inherits from Vcl.ActnCtrls.TCustomDropDownButton.DrawFrame. All content below this line refers to Vcl.ActnCtrls.TCustomDropDownButton.DrawFrame.

Draws a frame around the drop-down component.

DrawFrame is used for drawing a frame around the drop-down component.

See Also