ESRI.ArcGIS.ADF.ArcGISServer.Editor
Contains Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer.Editor Namespace > EditorPanelCollection Class : Contains Method




editorPanel
The EditorPanel to locate in the collection.
Determines whether an EditorPanel is in the collection.

Syntax

Visual Basic (Declaration) 
Public Function Contains( _
   ByVal editorPanel As EditorPanel _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As EditorPanelCollection
Dim editorPanel As EditorPanel
Dim value As Boolean
 
value = instance.Contains(editorPanel)
C# 
public bool Contains( 
   EditorPanel editorPanel
)

Parameters

editorPanel
The EditorPanel to locate in the collection.

Return Value

true if the EditorPanel is contained in the collection, false otherwise.

See Also

© 2010 All Rights Reserved.