Click or drag to resize

CommandQueryStatusEventArgsSetFlags Method

Sets the flags for a given identifier.

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

Parameters

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