Click or drag to resize

KeyShellItemId Constructor (Int32)

Initializes a new instance of the KeyShellItemId class.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public KeyShellItemId(
	int value
)

Parameters

value
Type: SystemInt32
The key value as an int.
See Also