ComponentOne Menus and Toolbars for WinForms
C1Command Class
Members 

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace : C1Command Class
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.C1Command.C1Command
            C1.Win.C1Command.C1CommandControl
            C1.Win.C1Command.C1CommandMdiList
            C1.Win.C1Command.C1CommandMenu

See Also

Reference

C1Command Members
C1.Win.C1Command Namespace