Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItemCollection Class / Add Method / Add(Object) Method
The object to be added to the end of the RadialMenuItemCollection.

In This Topic
    Add(Object) Method
    In This Topic
    Adds an object to the end of the RadialMenuItemCollection.
    Syntax
    'Declaration
     
    
    Public Overloads Function Add( _
       ByVal value As Object _
    ) As Integer
    public int Add( 
       object value
    )

    Parameters

    value
    The object to be added to the end of the RadialMenuItemCollection.

    Return Value

    The index of last element in collection if value is not null; -1 otherwise.
    See Also