Records 1 to 20 of 20
Browse Category
» Application
» Arc » AVI » Bitmap » Brush » Caret » Character » Clipboard » Color » Compress » Console » Cryptographic » Currency » Cursor » Date/Time » DDE » Device » Display » DLL » Drives » Ellipse » File » Font » FTP » HotKey » Icon » ImageList » Inet » INI-Files » Internet » Joystick » Keyboard » Memory » Menu » MIDI » Network » Objects » Pen » Picture » Polygon » Ports » Printer » Process » Rectangle » Registry » ScrollBar » Sound » Strings » System » Tape » Text » Timer » Triangle » Wait » Window |
20 Menu API Function
Sort: Most Viewed | Highest Rated | A-Z | Z-A
GetMenuItemCountPublic Declare Function GetMenuItemCount Lib "user32" (ByVal hMenu As Long) As Long...Hits: 2373 Rating: (3.07) votes 227
CheckMenuRadioItemThe CheckMenuRadioItem function checks a specified menu item and makes it a radio item. At the same time, the function clears all other menu items in the associated group and clears the radio-item type flag for those items....Hits: 1909 Rating: (3.06) votes 311
TrackPopupMenuExThe TrackPopupMenuEx function displays a shortcut menu at the specified location and tracks the selection of items on the shortcut menu. The shortcut menu can appear anywhere on the screen....Hits: 2485 Rating: (2.94) votes 332
TrackPopupMenuThe TrackPopupMenu function displays a shortcut menu at the specified location and tracks the selection of items on the menu....Hits: 2567 Rating: (2.93) votes 332
SetMenuItemInfoThe SetMenuItemInfo function changes information about a menu item....Hits: 2167 Rating: (2.97) votes 368
SetMenuItemBitmapsThe SetMenuItemBitmaps function associates the specified bitmap with a menu item. Whether the menu item is checked or unchecked, Windows displays the appropriate bitmap next to the menu item....Hits: 2206 Rating: (2.88) votes 306
RemoveMenuThe RemoveMenu function deletes a menu item from the specified menu. If the menu item opens a drop-down menu or submenu, RemoveMenu does not destroy the menu or its handle, allowing the menu to be reused....Hits: 2203 Rating: (3.01) votes 448
ModifyMenuThe ModifyMenu function changes an existing menu item. This function is used to specify the content, appearance, and behavior of the menu item....Hits: 3116 Rating: (2.79) votes 684
GetSystemMenuThe GetSystemMenu function allows the application to access the window menu (also known as the System menu or the Control menu) for copying and modifying....Hits: 1945 Rating: (3.06) votes 483
GetMenuItemRectThe GetMenuItemRect function retrieves the bounding rectangle for the specified menu item....Hits: 1965 Rating: (2.80) votes 394
CreatePopupMenuThe CreatePopupMenu function creates a drop-down menu, submenu, or shortcut menu. The menu is initially empty....Hits: 2320 Rating: (3.08) votes 191
InsertMenuItemThe InsertMenuItem function inserts a new menu item at the specified position in a menu....Hits: 2141 Rating: (2.97) votes 212
DrawMenuBarThe DrawMenuBar function redraws the menu bar of the specified window. If the menu bar changes after Windows has created the window, this function must be called to draw the changed menu bar. ...Hits: 1818 Rating: (3.01) votes 347
GetMenuItemIDThe GetMenuItemID function retrieves the menu item identifier of a menu item located at the specified position in a menu....Hits: 1780 Rating: (2.92) votes 225
GetMenuItemCountThe GetMenuItemCount function determines the number of items in the specified menu....Hits: 1563 Rating: (2.89) votes 234
GetMenuThe GetMenu function retrieves the handle of the menu assigned to the given window. ...Hits: 1722 Rating: (2.94) votes 216
GetMenuItemInfoThe GetMenuItemInfo function retrieves information about a menu item....Hits: 2082 Rating: (3.13) votes 208
DestroyMenuThe DestroyMenu function destroys the specified menu and frees any memory that the menu occupies....Hits: 1362 Rating: (2.89) votes 201
EndMenuThe EndMenu function ends the calling thread's active menu....Hits: 1282 Rating: (3.12) votes 260
AppendMenuThe AppendMenu function appends a new item to the end of the specified menu bar, drop-down menu, submenu, or shortcut menu. You can use this function to specify the content, appearance, and behavior of the menu item....Hits: 2316 Rating: (3.01) votes 188
Records 1 to 20 of 20
|