API:Vcl.RibbonActnCtrls.TRibbonComboControl.DrawFrame

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawFrame; reintroduce;

C++

HIDESBASE void __fastcall DrawFrame();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonComboControl

Description

Draws a frame around the button control.

Vcl.RibbonActnCtrls.TRibbonComboControl.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