CommandQueryStatusEventArgs Class |
Namespace: callback.ShellBoost.Core
public sealed class CommandQueryStatusEventArgs : EventArgs
The CommandQueryStatusEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | CommandText |
Gets or sets the command text.
|
![]() | CommandTextType |
Gets or sets the command text type.
|
![]() | Flags |
Gets a list of command identifiers flags.
|
![]() | Folder |
Gets the context folder.
|
![]() | Group |
Gets the command group.
Guid.Empty is a valid value.
|
![]() | HResult |
Gets or sets the Windows HRESULT code for the operation.
|
![]() | Identifiers |
Gets a list of requested command identifiers.
|
![]() | RequiredCommandTextType |
Gets the required command text type.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | SetFlags |
Sets the flags for a given identifier.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |