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
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: 5671 Rating: (3.17) votes 308
EndMenuThe EndMenu function ends the calling thread's active menu....Hits: 5027 Rating: (3.10) votes 1549
DestroyMenuThe DestroyMenu function destroys the specified menu and frees any memory that the menu occupies....Hits: 3377 Rating: (2.89) votes 1287
GetMenuItemInfoThe GetMenuItemInfo function retrieves information about a menu item....Hits: 5009 Rating: (2.69) votes 485
GetMenuThe GetMenu function retrieves the handle of the menu assigned to the given window. ...Hits: 4832 Rating: (3.32) votes 752
GetMenuItemCountThe GetMenuItemCount function determines the number of items in the specified menu....Hits: 4285 Rating: (1.90) votes 863
GetMenuItemIDThe GetMenuItemID function retrieves the menu item identifier of a menu item located at the specified position in a menu....Hits: 4855 Rating: (2.99) votes 1189
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: 4842 Rating: (2.72) votes 1025
CreatePopupMenuThe CreatePopupMenu function creates a drop-down menu, submenu, or shortcut menu. The menu is initially empty....Hits: 6237 Rating: (2.61) votes 1142
InsertMenuItemThe InsertMenuItem function inserts a new menu item at the specified position in a menu....Hits: 5260 Rating: (2.80) votes 327
GetMenuItemRectThe GetMenuItemRect function retrieves the bounding rectangle for the specified menu item....Hits: 3993 Rating: (2.71) votes 628
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: 4609 Rating: (2.83) votes 742
ModifyMenuThe ModifyMenu function changes an existing menu item. This function is used to specify the content, appearance, and behavior of the menu item....Hits: 6271 Rating: (2.84) votes 1042
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: 5797 Rating: (3.24) votes 975
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: 5690 Rating: (1.95) votes 1132
SetMenuItemInfoThe SetMenuItemInfo function changes information about a menu item....Hits: 5231 Rating: (3.69) votes 1146
TrackPopupMenuThe TrackPopupMenu function displays a shortcut menu at the specified location and tracks the selection of items on the menu....Hits: 5427 Rating: (2.80) votes 465
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: 4604 Rating: (3.10) votes 444
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: 3770 Rating: (2.69) votes 690
GetMenuItemCountPublic Declare Function GetMenuItemCount Lib "user32" (ByVal hMenu As Long) As Long...Hits: 4833 Rating: (3.49) votes 821
Records 1 to 20 of 20
|