ArcFM Desktop Developer Guide
Float(Boolean,Point) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

If true, the pane and each of its child panes should be repositioned to their respective previous floating parent. If false, then create a new floating window and place the pane and all of its child panes into the new floating window. Note that if the pane has never been floated, this parameter has no effect, as a new window will always be created for the pane.
The location desired of the new floating window. This parameter is only used if maintainPreviousState is set to false and a new window is being created to hold the pane.
Places the pane and any of its child panes into a floating window.
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
If true, the pane and each of its child panes should be repositioned to their respective previous floating parent. If false, then create a new floating window and place the pane and all of its child panes into the new floating window. Note that if the pane has never been floated, this parameter has no effect, as a new window will always be created for the pane.
location
The location desired of the new floating window. This parameter is only used if maintainPreviousState is set to false and a new window is being created to hold 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

DockPaneBase Class
DockPaneBase Members
Overload List

 

 


Send Comment