Vcl.RibbonActnCtrls.TRibbonSpinButton.UpNumGlyphs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property UpNumGlyphs: TNumGlyphs read GetUpNumGlyphs write SetUpNumGlyphs default 1;

C++

__property Vcl::Buttons::TNumGlyphs UpNumGlyphs = {read=GetUpNumGlyphs, write=SetUpNumGlyphs, default=1};

Properties

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

Description

The number of glyphs that appear on the Up button.

UpNumGlyphs represents the number of glyphs that appear on the Up button. For the current version there can be only one image on the Up button.

See Also