Click or drag to resize

WindowPlacementIsMinimized Property

Gets a value indicating whether the window is minimized.

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

Property Value

Type: Boolean
true if the window minimized; otherwise, false.
See Also