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

In This Topic
    CommandLink Property (RadialMenuItemCheckEventArgs)
    In This Topic
    If the checked item was a C1CommandLink, returns that link; otherwise, returns null.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CommandLink As C1CommandLink
    public C1CommandLink CommandLink {get;}
    See Also