Vcl.RibbonActnCtrls.TRibbonSeparator.RibbonStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function RibbonStyle: TRibbonStyleActionBars;

C++

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

Properties

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

Description

Specifies the ribbon style of the control.

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

See Also