ArcFM Desktop Developer Guide
Float(Boolean,Rectangle) Method


Syntax
'Declaration
 
Public Overloads Sub Float( _
   ByVal maintainPreviousState As Boolean, _
   ByVal rect As Rectangle _
) 
'Usage
 
Dim instance As DockPaneBase
Dim maintainPreviousState As Boolean
Dim rect As Rectangle
 
instance.Float(maintainPreviousState, rect)
public void Float( 
   bool maintainPreviousState,
   Rectangle rect
)

Parameters

maintainPreviousState
rect
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