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 public static bool IsBitmap(
IntPtr bitmapHandle
)
Parameters
- bitmapHandle
- Type: SystemIntPtr
The bitmap handle.
Return Value
Type:
Booleantrue if the specified handle is a well-known bitmap handle; otherwise,
false.
See Also