ArcFM Desktop Developer Guide
CreateDockGroup(ChildPaneStyle,String[]) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The organizational style of the DockControlPanes.
The list of keys of the DockControlPanes to be placed in the DockAreaPane.
Creates a new dock group and adds the specified DockControlPanes to it.
Syntax
'Declaration
 
Public Overloads Shared Function CreateDockGroup( _
   ByVal childPaneStyle As ChildPaneStyle, _
   ByVal controlNames() As String _
) As DockGroupPane
'Usage
 
Dim childPaneStyle As ChildPaneStyle
Dim controlNames() As String
Dim value As DockGroupPane
 
value = DockManager.CreateDockGroup(childPaneStyle, controlNames)
public static DockGroupPane CreateDockGroup( 
   ChildPaneStyle childPaneStyle,
   string[] controlNames
)

Parameters

childPaneStyle
The organizational style of the DockControlPanes.
controlNames
The list of keys of the DockControlPanes to be placed in the DockAreaPane.

Return Value

The new DockGroupPane that was 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

DockManager Class
DockManager Members
Overload List

 

 


Send Comment