ArcFM Desktop Developer Guide
DockAreaPane Constructor(DockedLocation,ChildPaneStyle)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The location where this DockAreaPane is to be docked.
The grouping style of the child panes of this DockAreaPane.
Constructs a new DockAreaPane, docks it in the specified location, and sets its child pane style.
Syntax
'Declaration
 
Public Function New( _
   ByVal dockLocation As DockedLocation, _
   ByVal childPaneStyle As ChildPaneStyle _
)
'Usage
 
Dim dockLocation As DockedLocation
Dim childPaneStyle As ChildPaneStyle
 
Dim instance As New DockAreaPane(dockLocation, childPaneStyle)
public DockAreaPane( 
   DockedLocation dockLocation,
   ChildPaneStyle childPaneStyle
)

Parameters

dockLocation
The location where this DockAreaPane is to be docked.
childPaneStyle
The grouping style of the child panes of this DockAreaPane.
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

DockAreaPane Class
DockAreaPane Members
Overload List

 

 


Send Comment