BCGControlBar Library for .NET
IndexOf Method (StatusBarPaneCollection)




The StatusBarPaneInfo object to search for in this collection.

Returns the first occurrance of the specified StatusBarPaneInfo object in this collection.
Syntax
'Declaration
 
Public Overridable Shadows Function IndexOf( _
   ByVal value As Object _
) As Integer
'Usage
 
Dim instance As StatusBarPaneCollection
Dim value As Object
Dim value As Integer
 
value = instance.IndexOf(value)
public virtual new int IndexOf( 
   object value
)
public: virtual new int IndexOf( 
   Object* value
) 
public:
virtual new int IndexOf( 
   Object^ value
) 

Parameters

value

The StatusBarPaneInfo object to search for in this collection.

Return Value

The zero-based index of the first matching item. -1 if no member of this collection is identical to the specified object.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatusBarPaneCollection Class
StatusBarPaneCollection Members

Send Feedback