System.Windows.Forms.ContextMenuHelper.ContextMenuHelper C# (CSharp) 메소드

ContextMenuHelper() 공개 메소드

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