ArcFM Desktop Developer Guide
GetNextVisiblePane Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The pane from which to start the search.
Returns the next visible pane following the specified pane.
Syntax
'Declaration
 
Public Function GetNextVisiblePane( _
   ByVal basePane As DockPaneBase _
) As DockPaneBase
'Usage
 
Dim instance As DockGroupPane
Dim basePane As DockPaneBase
Dim value As DockPaneBase
 
value = instance.GetNextVisiblePane(basePane)
public DockPaneBase GetNextVisiblePane( 
   DockPaneBase basePane
)

Parameters

basePane
The pane from which to start the search.

Return Value

The visible pane that follows the specified 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

DockGroupPane Class
DockGroupPane Members

 

 


Send Comment