System.Windows.Forms.ToolBarHelper.ToolBarHelper C# (CSharp) Méthode

ToolBarHelper() public méthode

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