CommandQueryStatusEventArgs.Flags Property |
Gets a list of command identifiers flags.
Namespace:
callback.ShellBoost.Core
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntaxpublic IReadOnlyList<OLECMDF> Flags { get; }
Property Value
Type:
IReadOnlyList<OLECMDF>
The command identifiers flags.
See Also