Click or drag to resize

Win32WindowPlacement Property

Gets or sets the show state and the restored, minimized, and maximized positions of the window.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public WindowPlacement Placement { get; set; }

Property Value

Type: WindowPlacement
The window placement.
See Also