Vcl.RibbonActnCtrls.TRibbonBaseButtonControl.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 TRibbonBaseButtonControl

Description

Specifies the control's RibbonStyle.

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

See Also