ToolStripPanelRow(ToolStripPanel) Konstruktor

Definice

Inicializuje novou instanci ToolStripPanelRow třídy, která určuje obsahující 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)

Parametry

parent
ToolStripPanel

Obsahující ToolStripPanel.

Platí pro