ToolStripPanelRow(ToolStripPanel) Construtor

Definição

Inicializa uma nova instância da classe ToolStripPanelRow especificando o recipiente 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)

Parâmetros

parent
ToolStripPanel

O recipiente ToolStripPanel.

Aplica-se a