Vcl.Ribbon.IRibbon.Ribbon

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Ribbon: TCustomRibbon read GetRibbon write SetRibbon;

C++

__property TCustomRibbon* Ribbon = {read=GetRibbon, write=SetRibbon};

Properties

Type Visibility Source Unit Parent
property public
Vcl.Ribbon.pas
Vcl.Ribbon.hpp
Vcl.Ribbon IRibbon

Description

Specifies the ribbon control.

Read Ribbon to determine the ribbon that is currently used. Write Ribbon to set the parent ribbon control.

See Also