NetXP 3.0 Reference

DockObjectCollection.IndexOf Method 

Gets the index of a object.

[Visual Basic]
Public Function IndexOf( _
   ByVal value As DockObject _
) As Integer
[C#]
public int IndexOf(
   DockObject value
);

Parameters

value
The object.

Return Value

The index.

See Also

DockObjectCollection Class | NETXP.Controls.Docking Namespace