Vcl.RibbonActnCtrls.TRibbonComboControl.CMBidimodechanged
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.RibbonActnCtrls.pas Vcl.RibbonActnCtrls.hpp |
Vcl.RibbonActnCtrls | TRibbonComboControl |
Description
Responds when the BiDiMode property changes.
CMBidimodechanged is called automatically when an application changes the BiDiMode property. Message is a CM_BIDIMODECHANGED message that notifies the TRibbonComboControl of the change. In addition, the method computes the bounds of the control and sets them to the respective values.