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

In This Topic
    Item Property (RadialMenuItemCheckEventArgs)
    In This Topic
    Gets the item that was checked. 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