StatusBar::StatusBarPanelCollection::IndexOf Method (StatusBarPanel^)
.NET Framework (current version)
Returns the index within the collection of the specified panel.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- panel
-
Type:
System.Windows.Forms::StatusBarPanel^
The StatusBarPanel to locate in the collection.
Return Value
Type: System::Int32The zero-based index where the panel is located within the collection; otherwise, negative one (-1).
The IndexOf method enables you to determine where a panel is located within the collection. To determine whether an item is located within the collection before calling this method, use the Contains method.
.NET Framework
Available since 1.1
Available since 1.1
Show: