Menu::CreateMenuHandle Method ()

 

Creates a new handle to the Menu.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

protected:
[SecurityPermissionAttribute(SecurityAction::InheritanceDemand, 
	Flags = SecurityPermissionFlag::UnmanagedCode)]
virtual IntPtr CreateMenuHandle()

Return Value

Type: System::IntPtr

A handle to the menu if the method succeeds; otherwise, null.

SecurityPermission

for operating with unmanaged code. Associated enumeration: UnmanagedCode

.NET Framework
Available since 1.1
Return to top
Show: