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

ToolStripPanel() public method

public ToolStripPanel ( ) : System.Collections
return System.Collections
		public ToolStripPanel () : base ()
		{
			base.AutoSize = true;
			this.locked = false;
			this.renderer = null;
			this.render_mode = ToolStripRenderMode.ManagerRenderMode;
			this.row_margin = new Padding (3, 0, 0, 0);
			this.rows = new ToolStripPanelRowCollection (this);
		}