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

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