Click or drag to resize

ShellMenuItemIsBitmap Method

Determines whether the specified handle is a well-known bitmap handle.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static bool IsBitmap(
	IntPtr bitmapHandle
)

Parameters

bitmapHandle
Type: SystemIntPtr
The bitmap handle.

Return Value

Type: Boolean
true if the specified handle is a well-known bitmap handle; otherwise, false.
See Also