ToolStripPanelRow(ToolStripPanel) Constructeur

Définition

Initialise une nouvelle instance de la classe ToolStripPanelRow en spécifiant le ToolStripPanel conteneur.

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)

Paramètres

parent
ToolStripPanel

Objet conteneur ToolStripPanel.

S’applique à