User32SetMenuItemBitmaps Method

Overload List

SetMenuItemBitmaps(IntPtr, UInt32, MenuPosition, SafeBitmapHandle, SafeBitmapHandle) Associates the specified bitmap with a menu item.

Whether the menu item is selected or clear, the system displays the appropriate bitmap next to the menu item.

SetMenuItemBitmaps(IntPtr, UInt32, MenuPosition, IntPtr, IntPtr) Associates the specified bitmap with a menu item.

Whether the menu item is selected or clear, the system displays the appropriate bitmap next to the menu item.

SetMenuItemBitmaps(SafeHandle, UInt32, MenuPosition, SafeBitmapHandle, SafeBitmapHandle) Associates the specified bitmap with a menu item.

Whether the menu item is selected or clear, the system displays the appropriate bitmap next to the menu item.

SetMenuItemBitmaps(SafeHandle, UInt32, MenuPosition, IntPtr, IntPtr) Associates the specified bitmap with a menu item.

Whether the menu item is selected or clear, the system displays the appropriate bitmap next to the menu item.

See Also