ToolStripPanel.ToolStripPanelRowCollection.Add(ToolStripPanelRow) Méthode

Définition

public:
 int Add(System::Windows::Forms::ToolStripPanelRow ^ value);
public int Add (System.Windows.Forms.ToolStripPanelRow value);
member this.Add : System.Windows.Forms.ToolStripPanelRow -> int
Public Function Add (value As ToolStripPanelRow) As Integer

Paramètres

Retours

Int32

Position du ToolStripPanelRow dans ToolStripPanel.ToolStripPanelRowCollection.

Exceptions

value a la valeur null.

S’applique à