Microsoft.Windows.Shell Namespace
Contains types that provide managed code access to the enhanced functionality of the Windows 7 taskbar, and enable Windows Presentation Foundation applications to interact with the non-client area of a window.
The Windows 7 taskbar provides enhanced functionality that enables you to use the taskbar button to communicate status to a user and expose common tasks when the window is minimized or hidden. The taskbar functionality exposed by the types in the Microsoft.Windows.Shell namespace is not available in versions of Windows prior to Windows 7. In Windows 7, some functionality might not be available depending on the user's settings.
Classes
Class | Description | |
---|---|---|
JumpItem | Represents the base class for the JumpPath and JumpTask classes. | |
JumpItemsRejectedEventArgs | Provides data for the JumpItemsRejected event. | |
JumpItemsRemovedEventArgs | Provides data for the JumpItemsRemovedByUser event. | |
JumpList | Represents a list of items and tasks displayed as a menu on a Windows 7 taskbar button. | |
JumpPath | Represents a link to a file that is displayed in a Windows 7 taskbar Jump List. | |
JumpTask | Represents a shortcut to an application in the Windows 7 taskbar Jump List. | |
SystemCommands | Defines routed commands that are common to window management. | |
SystemParameters2 | Contains properties that you can use to query system settings of the non-client area of a window. | |
TaskbarItemInfo | Represents information about how the taskbar thumbnail is displayed. | |
ThumbButtonInfo | Represents information about how to display a button in the Windows 7 taskbar thumbnail. | |
ThumbButtonInfoCollection | Represents a collection of ThumbButtonInfo objects that are associated with a Window. | |
WindowChrome | Represents an object that describes the customizations to the non-client area of a window. |
Enumerations
Enumeration | Description | |
---|---|---|
JumpItemRejectionReason | Describes why a JumpItem could not be added to the Jump List by the Windows shell. | |
NonClientFrameEdges | Specifies constants that indicate which edges of the window frame are not owned by the client. | |
ResizeGripDirection | Specifies constants that indicate the direction of the resize grip behavior on an input element. | |
TaskbarItemProgressState | Specifies the state of the progress indicator in the Windows taskbar. |