Click or drag to resize

SystemPrintStatus Class

The System.PrintStatus properties namespace.
Inheritance Hierarchy
SystemObject
  callback.ShellBoost.Core.WindowsPropertySystemSystemPrintStatus

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

The SystemPrintStatus type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberComment
The System.PrintStatus.Comment property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_PrintStatus_Comment. Display name Comment.
Public propertyStatic memberDocumentCount
The System.PrintStatus.DocumentCount property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_PrintStatus_DocumentCount. Display name Document count.
Public propertyStatic memberErrorStatus
The System.PrintStatus.ErrorStatus property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_PrintStatus_ErrorStatus. Display name Error status.
Public propertyStatic memberInfoStatus
The System.PrintStatus.InfoStatus property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_PrintStatus_InfoStatus. Display name Info status.
Public propertyStatic memberLocation
The System.PrintStatus.Location property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_PrintStatus_Location. Display name Location.
Public propertyStatic memberPreferences
The System.PrintStatus.Preferences property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_PrintStatus_Preferences. Display name Preferences.
Public propertyStatic memberWarningStatus
The System.PrintStatus.WarningStatus property key. PropVariant type: VT_LPWSTR. .NET type: System.String. Shell name PKEY_PrintStatus_WarningStatus. Display name Warning status.
Top
See Also