Click or drag to resize

CommandQueryStatusEventArgsSetFlags Method

Sets the flags for a given identifier.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public void SetFlags(
	int identifier,
	OLECMDF flags
)

Parameters

identifier
Type: SystemInt32
The identifier.
flags
Type: callback.ShellBoost.Core.WindowsShellOLECMDF
The flags.
Exceptions
ExceptionCondition
ArgumentExceptionidentifier is not present in the Identifiers list.
See Also