System.Windows.Forms.XplatUICarbon.SetMenu C# (CSharp) Method

SetMenu() private method

private SetMenu ( IntPtr handle, Menu menu ) : void
handle System.IntPtr
menu Menu
return void
		internal override void SetMenu(IntPtr handle, Menu menu) {
			Hwnd	hwnd;

			hwnd = Hwnd.ObjectFromHandle(handle);
			hwnd.menu = menu;

			RequestNCRecalc(handle);
		}
		
XplatUICarbon