Compartir vía


ToolStripPanel.ToolStripPanelRowCollection.IndexOf(ToolStripPanelRow) Método

Definición

Obtiene el índice del objeto ToolStripPanelRow especificado incluido en la colección ToolStripPanel.ToolStripPanelRowCollection.

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

Parámetros

value
ToolStripPanelRow

ToolStripPanelRow cuyo índice se va a devolver.

Devoluciones

Int32

Índice del objeto ToolStripPanelRow especificado.

Se aplica a