Vcl.RibbonActnCtrls.TRibbonApplicationMenuItem.DrawSeparator

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawSeparator(const Offset: Integer); override;

C++

virtual void __fastcall DrawSeparator(const int Offset);

Properties

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

Description

Draws a separator on the control.

The DrawSeparator method draws a separator on the control at the specified Offset.

See Also