Unit 'ExtCtrls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomControlBar.WMSize

Handles the LM_SIZE message.

Declaration

Source position: extctrls.pp line 1582

protected procedure TCustomControlBar.WMSize(

  var Message: TLMSize

); message;

Arguments

Message

  

Window message handled in the method.

Description

Overridden to resize and arrange visible bands on the control when the size for the control bar is changed.

See also

TWinControl.WMSize

  

Event handler for size messages.