Click or drag to resize

Win32WindowIsZoomed Property

Determines whether a window is maximized.

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

Property Value

Type: Boolean
true if this window is maximized; otherwise, false.
See Also