Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItemCollection Class / Contains Method / Contains(Object) Method
The object to locate in the RadialMenuItemCollection.

In This Topic
    Contains(Object) Method
    In This Topic
    Determines whether an element is in the RadialMenuItemCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Contains( _
       ByVal value As Object _
    ) As Boolean
    public bool Contains( 
       object value
    )

    Parameters

    value
    The object to locate in the RadialMenuItemCollection.

    Return Value

    True if item is found in the RadialMenuItemCollection; otherwise, false.
    See Also