'Usage Dim instance As DefaultStyleCollection Dim style As NamedStyle Dim value As Boolean value = instance.Contains(style)
Parameters
- style
- NamedStyle to check for in the collection
Return Value
Boolean: true if the object is found in the collection; false otherwise