ArcFM Engine Developer Guide
RepositionToGroup(DockGroupPane) Method


The new group pane to contain this pane. An exception will be thrown if the specified pane is a descendant of this pane.
Repositions the pane into a new group.
Syntax
'Declaration
 
Public Overloads Sub RepositionToGroup( _
   ByVal newGroup As DockGroupPane _
) 
'Usage
 
Dim instance As DockPaneBase
Dim newGroup As DockGroupPane
 
instance.RepositionToGroup(newGroup)
public void RepositionToGroup( 
   DockGroupPane newGroup
)

Parameters

newGroup
The new group pane to contain this pane. An exception will be thrown if the specified pane is a descendant of this pane.
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

DockPaneBase Class
DockPaneBase Members
Overload List

 

 


Send Comment