ESRI.ArcGIS.ADF.ArcGISServer.Editor
Contains Method
See Also  Send Feedback
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.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.