AddBitmapToItemfunction
Adds a bitmap to the menu item.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
FUNCTION AddBitmapToItem (BYVAL hMenu AS HMENU, BYVAL nMenuItem AS LONG, BYVAL fByPosition AS BOOLEAN, BYVAL hbmp AS HBITMAP) AS BOOLEAN
Parameters
| Name | Description | |
|---|---|---|
hMenu | Handle to the menu that contains the menu item. | |
nMenuItem | The identifier or position of the menu item to change. The meaning of this parameter depends on the value of fByPosition. | |
fByPosition | The meaning of item. If this parameter is FALSE, item is a menu item identifier. Otherwise, it is a menu item position, where position = 1 for the first position, position = 2 for the second, and so on. | |
hbmp | The bitmap handle. |
Return value
Returns TRUE if the function succeeds; FALSE otherwise.
Description
Adds a bitmap to the menu item.
Reference
- Documented in Windows/WIndows Controls/CMenu Class.md
- Topic: About Menus