Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / RadialMenuItemClickEventArgs Class / Item Property

In This Topic
    Item Property (RadialMenuItemClickEventArgs)
    In This Topic
    Gets the item that was clicked. This may be either an object of a type derived from RadialMenuItemBase, or a C1CommandLink.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Item As Object
    public object Item {get;}
    See Also