ArcFM Desktop Developer Guide
DockAreaPane Constructor(DockedLocation,ChildPaneStyle,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
childPaneStyle
size
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