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


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
controlNames
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