|
MenuHelperCreateMenu Method |
Creates a menu. The menu is initially empty, but it can be filled with menu items by using
the InsertMenuItem, AppendMenu, and InsertMenu functions.
CreateMenu function Namespace: Xcalibur.NativeMethods.V2.MenusAssembly: Xcalibur.NativeMethods.V2 (in Xcalibur.NativeMethods.V2.dll) Version: 1.0.1.0
Syntax [DllImportAttribute("user32.dll")]
public static IntPtr CreateMenu()
<DllImportAttribute("user32.dll">]
Public Shared Function CreateMenu As IntPtr
public:
[DllImportAttribute(L"user32.dll")]
static IntPtr CreateMenu()
[<DllImportAttribute("user32.dll")>]
static member CreateMenu : unit -> IntPtr
Return Value
IntPtrSee Also