Click or drag to resize

SystemLauncher Class

The System.Launcher properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemLauncher

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static class Launcher

The SystemLauncher type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAppState
The System.Launcher.AppState property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Launcher_AppState. Display name App state.
Public propertyStatic memberGroupID
The System.Launcher.GroupID property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_Launcher_GroupID. Display name Group ID.
Public propertyStatic memberOrder
The System.Launcher.Order property key. PropVariant type: VT_UI8. .NET type: System.UInt64. Shell name PKEY_Launcher_Order. Display name Order.
Public propertyStatic memberSplashScreenImagePath
The System.Launcher.SplashScreenImagePath property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Launcher_SplashScreenImagePath. Display name Splash screen path.
Public propertyStatic memberTileSize
The System.Launcher.TileSize property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Launcher_TileSize. Display name Tile size.
Public propertyStatic memberViewID
The System.Launcher.ViewID property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Launcher_ViewID. Display name View ID.
Public propertyStatic memberWinStoreCategoryId
The System.Launcher.WinStoreCategoryId property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Launcher_WinStoreCategoryId. Display name Store category identifier.
Top
See Also