System.Windows.Forms.ContextMenu.CreateHandle C# (CSharp) Method

CreateHandle() public method

public CreateHandle ( ) : void
return void
		void CreateHandle ()
		{
			helper = new ContextMenuHelper(this);
			m_view = helper;
		}