Click or drag to resize

UInt16KeyShellItemId Constructor (UInt16)

Initializes a new instance of the UInt16KeyShellItemId class.

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

Parameters

value
Type: SystemUInt16
The key value as an unsigned short.
See Also