ArcFM Desktop Developer Guide
Dock(DockedSide) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The side of the container where the docking is to take place.
Docks the pane and its children to a new DockAreaPane at the specified location.
Syntax
'Declaration
 
Public Overloads Function Dock( _
   ByVal side As DockedSide _
) As DockAreaPane
'Usage
 
Dim instance As DockPaneBase
Dim side As DockedSide
Dim value As DockAreaPane
 
value = instance.Dock(side)
public DockAreaPane Dock( 
   DockedSide side
)

Parameters

side
The side of the container where the docking is to take place.

Return Value

The new DockAreaPane 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

DockPaneBase Class
DockPaneBase Members
Overload List

 

 


Send Comment