AppOpenWithInfoNoStartPage Property
Gets or sets a value indicating whether the application executable and shortcuts should be excluded
from the Start menu and from pinning or inclusion in the MFU list.
This entry is typically used to exclude system tools, installers and uninstallers, and readme files.
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 NoStartPage { get; set; }
Public Property NoStartPage As Boolean
Get
Set
Dim instance As AppOpenWithInfo
Dim value As Boolean
value = instance.NoStartPage
instance.NoStartPage = value
public:
property bool NoStartPage {
bool get ();
void set (bool value);
}
member NoStartPage : bool with get, set
No code example is currently available or this language may not be supported.
Property Value
Boolean if the application executable and shortcuts should be excluded
from the Start menu and from pinning or inclusion in the MFU list;
otherwise,
.