ArcFM Engine Developer Guide
ParentDocked Property


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