Responder Developer Guide
GetDockGroupPane Method


Version: 10.2.1a

Resource Center Home

The Infragistics DockableGroupPane to get the corresponding framework DockGroupPane.
Returns the framework DockGroupPane corresponding to the specified Infragistics DockableGroupPane.
Syntax
'Declaration
 
Public Shared Function GetDockGroupPane( _
   ByVal infraGroupPane As Infragistics.Win.UltraWinDock.DockableGroupPane _
) As DockGroupPane
'Usage
 
Dim infraGroupPane As Infragistics.Win.UltraWinDock.DockableGroupPane
Dim value As DockGroupPane
 
value = DockGroupPane.GetDockGroupPane(infraGroupPane)
public static DockGroupPane GetDockGroupPane( 
   Infragistics.Win.UltraWinDock.DockableGroupPane infraGroupPane
)

Parameters

infraGroupPane
The Infragistics DockableGroupPane to get the corresponding framework DockGroupPane.

Return Value

The framework DockGroupPane for the specified Infragistics DockableGroupPane.
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

DockGroupPane Class
DockGroupPane Members

 

 


Send Comment