ShellMenuItemIsBitmap Method |
Determines whether the specified handle is a well-known bitmap handle.
Namespace:
ShellBoost.Core
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.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