Vcl.Ribbon.TCustomRibbon.UMCheckResize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure UMCheckResize(var Message: TMessage); message UM_CHECKSIZE;

C++

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

Properties

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

Description

Checks the ribbon size. If the client size is smaller, then the ribbon is hidden.

See Also