Vcl.RibbonActnCtrls.TRibbonComboControl.CMVisiblechanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CMVisiblechanged(var Message: TMessage); message CM_VISIBLECHANGED;

C++

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

Properties

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

Description

CMVisiblechanged is called when a change occurs in the control's visibility.

CMVisiblechanged is called automatically when a control changes the Visible property.

See Also