ArcFM Engine Developer Guide
Float(Boolean) Method


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.
Places the pane and any of its child panes into a floating window.
Syntax
'Declaration
 
Public Overloads Sub Float( _
   ByVal maintainPreviousState As Boolean _
) 
'Usage
 
Dim instance As DockPaneBase
Dim maintainPreviousState As Boolean
 
instance.Float(maintainPreviousState)
public void Float( 
   bool maintainPreviousState
)

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.
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