Click or drag to resize

CommandQueryStatusEventArgs Class

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

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSetFlags
Sets the flags for a given identifier.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also