Click or drag to resize

SystemTaskbar Class

The System.Taskbar properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemTaskbar

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

The SystemTaskbar type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberPinnedWebsite
The System.Taskbar.PinnedWebsite property key. PropVariant type: VT_BOOL. .NET type: System.Boolean. Shell name PKEY_Taskbar_PinnedWebsite.
Public propertyStatic memberPinnedWebsiteIconUri
The System.Taskbar.PinnedWebsiteIconUri property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Taskbar_PinnedWebsiteIconUri.
Public propertyStatic memberPinnedWebsiteURL
The System.Taskbar.PinnedWebsiteURL property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_Taskbar_PinnedWebsiteURL.
Public propertyStatic memberTabActive
The System.Taskbar.TabActive property key. PropVariant type: VT_UI4. .NET type: System.UInt32. Shell name PKEY_Taskbar_TabActive.
Public propertyStatic memberTabList
The System.Taskbar.TabList property key. PropVariant type: VT_UI4, VT_VECTOR. .NET type: System.UInt32[]. Shell name PKEY_Taskbar_TabList.
Top
See Also