Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1RadialMenu Class / Items Property

In This Topic
    Items Property (C1RadialMenu)
    In This Topic
    Gets or sets the collection of items contained in this menu.
    Syntax
    'Declaration
     
    
    Public Property Items As RadialMenuItemCollection
    public RadialMenuItemCollection Items {get; set;}
    See Also