FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / CustomIconContainer Class / Contains Method
Name


In This Topic
Contains Method (CustomIconContainer)
In This Topic
Checks whether an icon object with the specified name is in the container.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal name As String _
) As Boolean
 
'Usage
 
Dim instance As CustomIconContainer
Dim name As String
Dim value As Boolean
 
value = instance.Contains(name)

Parameters

name
Name

Return Value

True if the icon object is in the container; ortherwise, false
See Also