Vcl.Ribbon.TCustomRibbon.CMBidimodechanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMBidimodechanged(var Message: TMessage);

C++

HIDESBASE MESSAGE void __fastcall CMBidimodechanged(Winapi::Messages::TMessage &Message);

Properties

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

Description

Responds when the BiDiMode property changes. Override this method to change the behavior of a ribbon control when the BiDiMode property is changed.

See Also