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

ToolBarHelper() 공개 메소드

public ToolBarHelper ( ToolStrip parent ) : AppKit
parent ToolStrip
리턴 AppKit
		public ToolBarHelper(ToolStrip parent)
		{
			Host = parent;
			
			//this.AllowsUserCustomization = true;
			//this.DisplayMode = NSToolbarDisplayMode.IconAndLabel;
		}