StatusBar.Resized
- Updated2025-07-21
- 1 minute(s) read
StatusBar.Resized
Syntax
ControlName_Resized( newWidth, newHeight)
Applies To
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.