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

ToolBarHelper() public method

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