Vcl.RibbonActnCtrls.TRibbonSpinButton.UpGlyph

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpGlyph: TBitmap read GetUpGlyph write SetUpGlyph;

C++

__property Vcl::Graphics::TBitmap* UpGlyph = {read=GetUpGlyph, write=SetUpGlyph};

Properties

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

Description

The Glyph that appears on the up button.

UpGlyph represents the Glyph that appears on the up button.

See Also