StatusBar.Resized

Syntax

ControlName_Resized( newWidth, newHeight)

Applies To

StatusBar

Purpose

Occurs when a status bar is resized. This occurs only when you set the StatusBar.AutoSize property to True and resize the parent window.

Parameters

newWidth As Integer

[In] Specifies the new width of the status bar, in pixels.

newHeight As Integer

[In] Specifies the new height of the status bar, in pixels.

See Also

StatusBar.AutoSize