Click or drag to resize

SystemStartMenu Class

The System.StartMenu properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemStartMenu

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

The SystemStartMenu type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberGroup
The System.StartMenu.Group property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_StartMenu_Group. Display name Start menu group.
Public propertyStatic memberGroupItem
The System.StartMenu.GroupItem property key. PropVariant type: VT_UI1, VT_VECTOR. .NET type: System.Byte[]. Shell name PKEY_StartMenu_GroupItem. Display name Start menu group item.
Public propertyStatic memberIncludeInScope
The System.StartMenu.IncludeInScope property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_StartMenu_IncludeInScope.
Public propertyStatic memberQuery
The System.StartMenu.Query property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_StartMenu_Query. Display name Start menu query.
Public propertyStatic memberResultSourceId
The System.StartMenu.ResultSourceId property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_StartMenu_ResultSourceId.
Public propertyStatic memberRunCommand
The System.StartMenu.RunCommand property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_StartMenu_RunCommand. Display name Start menu run command.
Top
See Also