Spread Windows Forms 12.0 Product Documentation
Contains Method (CustomIconContainer)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > CustomIconContainer Class : Contains Method
Name
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)
public bool Contains( 
   string name
)

Parameters

name
Name

Return Value

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

Reference

CustomIconContainer Class
CustomIconContainer Members