ArcFM Desktop Developer Guide
Contains Method (DockGroupPane)


Syntax
'Declaration
 
Public Function Contains( _
   ByVal pane As DockPaneBase, _
   ByVal recursive As Boolean _
) As Boolean
'Usage
 
Dim instance As DockGroupPane
Dim pane As DockPaneBase
Dim recursive As Boolean
Dim value As Boolean
 
value = instance.Contains(pane, recursive)
public bool Contains( 
   DockPaneBase pane,
   bool recursive
)

Parameters

pane
recursive
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