ToolStripPanelRow(ToolStripPanel) Constructor

Definición

Inicializa una nueva instancia de la clase ToolStripPanelRow, especificando el ToolStripPanel que contiene.

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

Objeto contenedor ToolStripPanel.

Se aplica a