ArcFM Engine Developer Guide
Insert Method (DockControlPaneCollection)


The area pane to insert.
Location in list for insert.
Inserts a pane into the DockManager's list of control panes.
Syntax
'Declaration
 
Public Sub Insert( _
   ByVal dockControlPane As DockControlPane, _
   ByVal index As Integer _
) 
'Usage
 
Dim instance As DockControlPaneCollection
Dim dockControlPane As DockControlPane
Dim index As Integer
 
instance.Insert(dockControlPane, index)
public void Insert( 
   DockControlPane dockControlPane,
   int index
)

Parameters

dockControlPane
The area pane to insert.
index
Location in list for insert.
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

DockControlPaneCollection Class
DockControlPaneCollection Members

 

 


Send Comment