Vcl.RibbonActnCtrls.TRibbonSpinButton.DownGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DownGlyph: TBitmap read GetDownGlyph write SetDownGlyph;

C++

__property Vcl::Graphics::TBitmap* DownGlyph = {read=GetDownGlyph, write=SetDownGlyph};

Properties

Type Visibility Source Unit Parent
property published
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonSpinButton

Description

The Glyph that appears on the down button.

DownGlyph represents the Glyph that appears on the down button.

See Also