'Usage Dim instance As WinButtonCollection Dim button As WinButton Dim value As Boolean value = instance.Contains(button)
Parameters
- button
- A reference to the WinButton to locate.
Return Value
true if the button exists in the collection; false otherwise.