System.Windows.Forms.ContextMenuHelper.ContextMenuHelper C# (CSharp) Method

ContextMenuHelper() public method

public ContextMenuHelper ( ContextMenu host ) : AppKit
host ContextMenu
return AppKit
		public ContextMenuHelper (ContextMenu host) : base ()
		{
			Host = host;
			ItemsChanged();
		}
		internal Menu Host{get;private set;}