Vcl.Ribbon.TRibbonGroupCollapsedControl.SetupGroupImage

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetupGroupImage;

C++

void __fastcall SetupGroupImage();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon TRibbonGroupCollapsedControl

Description

Displays the image of the group's command inside the collapsed group.

SetupGroupImage looks for a command on the group that has an image attached. The command's image is displayed inside the collapsed group. If required, all commands are checked until an image is found.

See Also