Vcl.RibbonActnCtrls.TRibbonSpinButton.DownNumGlyphs

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DownNumGlyphs: TNumGlyphs read GetDownNumGlyphs write SetDownNumGlyphs default 1;

C++

__property Vcl::Buttons::TNumGlyphs DownNumGlyphs = {read=GetDownNumGlyphs, write=SetDownNumGlyphs, 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 Down button.

DownNumGlyphs represents the number of glyphs that appear on the Down button. There can be up to 4 glyphs on a button, one for each state (up, down, on over, on out). For the current version there can be only one image on the Down button.

See Also