AppOpenWithInfoUseExecutableForTaskbarGroupIcon Property

Gets or sets a value indicating whether to use the default icon of this executable in the taskbar if there is no pinnable shortcut for this application, and instead of the icon of the window that was first encountered.

Definition

Namespace: DevCase.Core.Windows.Applications
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool UseExecutableForTaskbarGroupIcon { get; set; }

Property Value

Boolean
if use the default icon of this executable in the taskbar; otherwise, .

See Also