ArcFM Desktop Developer Guide
ParentFloating Property


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

Returns the parent DockGroupPane that contains this pane when it is floating.
Syntax
'Declaration
 
Public ReadOnly Property ParentFloating As DockGroupPane
'Usage
 
Dim instance As DockPaneBase
Dim value As DockGroupPane
 
value = instance.ParentFloating
public DockGroupPane ParentFloating {get;}
Remarks
Even when a pane is docked, it maintains a relationship with the pane in which it was previously floated. It will return to the floating pane in which it was previously displayed when it is re-floated (through code or by double-clicking on the pane's title bar.) While floating, the pane also maintains its relationship with the window in which it was previously docked.
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

 

 


Send Comment