ArcFM Desktop Developer Guide
IndexOf Method (MdiTabCollection)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The tab whose index value is desired.
Returns the index of the specified tab.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal tab As MdiTab _
) As Integer
'Usage
 
Dim instance As MdiTabCollection
Dim tab As MdiTab
Dim value As Integer
 
value = instance.IndexOf(tab)
public int IndexOf( 
   MdiTab tab
)

Parameters

tab
The tab whose index value is desired.

Return Value

The index in the collection of the specified tab.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MdiTabCollection Class
MdiTabCollection Members

 

 


Send Comment