Click or drag to resize

CommandQueryStatusEventArgsFlags Property

Gets a list of command identifiers flags.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IReadOnlyList<OLECMDF> Flags { get; }

Property Value

Type: IReadOnlyListOLECMDF
The command identifiers flags.
See Also