Vcl.RibbonActnCtrls.TRibbonMenuItem.RibbonStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RibbonStyle: TRibbonStyleActionBars;

C++

Vcl::Ribbonstyleactnctrls::TRibbonStyleActionBars* __fastcall RibbonStyle();

Properties

Type Visibility Source Unit Parent
function protected
Vcl.RibbonActnCtrls.pas
Vcl.RibbonActnCtrls.hpp
Vcl.RibbonActnCtrls TRibbonMenuItem

Description

Specifies the RibbonStyle of the control.

RibbonStyle specifies the RibbonStyle of the control. If the Ribbon has an ActionManager attached, the method returns the ActionManager's style; otherwise, it returns RibbonLunaStyle.

See Also