ArcFM Desktop Developer Guide
DockAreaPane Constructor(DockedLocation,ChildPaneStyle,Size)


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.
The size of the pane.
Constructs a new DockAreaPane, docks it in the specified location, sets its child pane style, and defines its size.
Syntax
'Declaration
 
Public Function New( _
   ByVal dockLocation As DockedLocation, _
   ByVal childPaneStyle As ChildPaneStyle, _
   ByVal size As Size _
)
'Usage
 
Dim dockLocation As DockedLocation
Dim childPaneStyle As ChildPaneStyle
Dim size As Size
 
Dim instance As New DockAreaPane(dockLocation, childPaneStyle, size)
public DockAreaPane( 
   DockedLocation dockLocation,
   ChildPaneStyle childPaneStyle,
   Size size
)

Parameters

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