ArcFM Desktop Developer Guide
Float(Boolean,Point) Method


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

Parameters

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