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.
Namespace: DevCase.Core.Windows.ApplicationsAssembly: 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; }
Public Property UseExecutableForTaskbarGroupIcon As Boolean
Get
Set
Dim instance As AppOpenWithInfo
Dim value As Boolean
value = instance.UseExecutableForTaskbarGroupIcon
instance.UseExecutableForTaskbarGroupIcon = value
public:
property bool UseExecutableForTaskbarGroupIcon {
bool get ();
void set (bool value);
}
member UseExecutableForTaskbarGroupIcon : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if use the default icon of this executable in the taskbar;
otherwise,
.