Click or drag to resize

CommandQueryStatusEventArgs Class

Provides data for the ShellFolder's CommandQueryStatus event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ShellBoost.CoreCommandQueryStatusEventArgs

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public sealed class CommandQueryStatusEventArgs : EventArgs

The CommandQueryStatusEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyCommandText
Gets or sets the command text.
Public propertyCommandTextType
Gets or sets the command text type.
Public propertyFlags
Gets a list of command identifiers flags.
Public propertyFolder
Gets the context folder.
Public propertyGroup
Gets the command group. Guid.Empty is a valid value.
Public propertyHResult
Gets or sets the Windows HRESULT code for the operation.
Public propertyIdentifiers
Gets a list of requested command identifiers.
Public propertyRequiredCommandTextType
Gets the required command text type.
Top
Methods
  NameDescription
Public methodSetFlags
Sets the flags for a given identifier.
Top
See Also