ArcFM Engine Developer Guide
Contains Method (DockGroupPane)


The pane to search for.
If true, check nested descendants.
Returns whether the specified pane is a child of this group pane.
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
The pane to search for.
recursive
If true, check nested descendants.

Return Value

When recursive is false, this method returns true if the pane is a direct child of the group, otherwise it returns false. When recursive is true, this method returns true if the pane is a direct child of the group or a child of one of the group's descendant panes. If the pane is not located anywhere within the group, it returns false.
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