ArcFM Desktop Developer Guide
MoveToNewGroup Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The MdiTab to be moved.
Creates a new MdiTabGroup and moves the specified tab (and its form) to the new tab group.
Syntax
'Declaration
 
Public Function MoveToNewGroup( _
   ByVal tab As MdiTab _
) As MdiTabGroup
'Usage
 
Dim instance As MdiTabManager
Dim tab As MdiTab
Dim value As MdiTabGroup
 
value = instance.MoveToNewGroup(tab)
public MdiTabGroup MoveToNewGroup( 
   MdiTab tab
)

Parameters

tab
The MdiTab to be moved.

Return Value

A reference to the new MdiTabGroup created.
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

MdiTabManager Class
MdiTabManager Members

 

 


Send Comment