ArcFM Desktop Developer Guide
Contains(MdiTabGroup) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The MDI tab group to check if it is in the list.
Returns whether the specified MDI tab group is in the list of tab groups.
Syntax
'Declaration
 
Public Overloads Function Contains( _
   ByVal item As MdiTabGroup _
) As Boolean
'Usage
 
Dim instance As MdiTabGroupCollection
Dim item As MdiTabGroup
Dim value As Boolean
 
value = instance.Contains(item)
public bool Contains( 
   MdiTabGroup item
)

Parameters

item
The MDI tab group to check if it is in the list.

Return Value

True if the tab group is in the collection, else false.
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

MdiTabGroupCollection Class
MdiTabGroupCollection Members
Overload List

 

 


Send Comment