Vcl.RibbonActnCtrls.TRibbonCustomizeItem.DrawGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DrawGlyph(const Location: TPoint); override;

C++

virtual void __fastcall DrawGlyph(const System::Types::TPoint &Location);

Properties

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

Description

TRibbonCustomizeItem does not have a glyph.

TRibbonCustomizeItem does not have a Glyph, so the DrawGlyph method is blank.


See Also