Xceed Grid for WinForms v4.3 Documentation
ContainsKey(Type) Method


Xceed.Grid.v4.3 Assembly > Xceed.Grid.Collections Namespace > CellEditorManagerDictionary Class > ContainsKey Method : ContainsKey(Type) Method
The System.Type to find.
Determines if the hashtable contains an entry of the specified type.
Syntax
'Declaration
 
Public Overloads Function ContainsKey( _
   ByVal type As Type _
) As Boolean
'Usage
 
Dim instance As CellEditorManagerDictionary
Dim type As Type
Dim value As Boolean
 
value = instance.ContainsKey(type)
public bool ContainsKey( 
   Type type
)

Parameters

type
The System.Type to find.

Return Value

true if the hashtable contains an entry for the specified type; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellEditorManagerDictionary Class
CellEditorManagerDictionary Members
Overload List