ToolStripPanelRow(ToolStripPanel) Constructor

Definition

Initializes a new instance of the ToolStripPanelRow class, specifying the containing ToolStripPanel.

public:
 ToolStripPanelRow(System::Windows::Forms::ToolStripPanel ^ parent);
public ToolStripPanelRow (System.Windows.Forms.ToolStripPanel parent);
new System.Windows.Forms.ToolStripPanelRow : System.Windows.Forms.ToolStripPanel -> System.Windows.Forms.ToolStripPanelRow
Public Sub New (parent As ToolStripPanel)

Parameters

parent
ToolStripPanel

The containing ToolStripPanel.

Applies to