Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItemCollection Class / GetEnumerator Method

In This Topic
    GetEnumerator Method
    In This Topic
    Gets the enumerator of the RadialMenuItemCollection.
    Syntax
    'Declaration
     
    
    Public Function GetEnumerator() As IEnumerator(Of RadialMenuItemBase)
    public IEnumerator<RadialMenuItemBase> GetEnumerator()

    Return Value

    The enumerator of the RadialMenuItemCollection.
    See Also