Click or drag to resize
Wizard .NET Library

WizardControlShowProgressInTaskbarIcon Property

Gets or sets a value indicating whether to show progress in form's taskbar icon.

Namespace:  AeroWizard
Assembly:  AeroWizard (in AeroWizard.dll) Version: 2.2.3
Syntax
[DefaultValueAttribute(false)]
public bool ShowProgressInTaskbarIcon { get; set; }
Request Example View Source

Property Value

Type: Boolean
true to show progress in taskbar icon; otherwise, false.
Remarks
This will only work on Windows 7 or later and the parent form must be showing its icon in the taskbar. No exception is thrown on failure.
See Also