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

In This Topic
    C1Command Class
    In This Topic
    The base for specialized commands such as button (a plain button, the only action is invoke), submenu (points to a menu or a toolbar), textbox (text entry), list, combo etc. etc.
    Object Model
    C1Command Class
    Syntax
    'Declaration
     
    
    Public Class C1Command 
       Inherits System.ComponentModel.Component
    public class C1Command : System.ComponentModel.Component 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             C1.Win.Command.C1Command
                C1.Win.Command.C1CommandControl
                C1.Win.Command.C1CommandMdiList
                C1.Win.Command.C1CommandMenu

    See Also