Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1CommandLink Class
Members

In This Topic
    C1CommandLink Class
    In This Topic
    C1CommandLink serves as a link to a C1Command component. C1CommandLink can be added to menu/tool bars and customized as needed. The actual action is performed by the C1Command proxy points to.
    Object Model
    C1CommandLink Class
    Syntax
    'Declaration
     
    
    Public Class C1CommandLink 
       Inherits System.ComponentModel.Component
    public class C1CommandLink : System.ComponentModel.Component 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.Command.C1CommandLink

    See Also