Click or drag to resize

Win32WindowResize Method

Changes the dimensions of this window. For a top-level window, the dimensions are relative to the upper-left corner of the screen. For a child window, they are relative to the upper-left corner of the parent window's client area.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void Resize(
	int width,
	int height
)

Parameters

width
Type: SystemInt32
The new width of the window.
height
Type: SystemInt32
The new height of the window.

Return Value

Type: 
true if the call succeeded, false otherwise.
See Also