StatusBar::StatusBarPanelCollection::IndexOf Method (StatusBarPanel^)

 

Returns the index within the collection of the specified panel.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
int IndexOf(
	StatusBarPanel^ panel
)

Parameters

panel
Type: System.Windows.Forms::StatusBarPanel^

The StatusBarPanel to locate in the collection.

Return Value

Type: System::Int32

The 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
Return to top
Show: