ComponentOne MultiSelect for WinForms
C1.Win.C1Input Namespace / C1CheckBox Class
Members

In This Topic
    C1CheckBox Class
    In This Topic
    Represents a Windows checkbox control supporting data binding to data source fields of Boolean, String, or Integer types.
    Object Model
    C1CheckBox ClassTranslateValues Class
    Syntax
    'Declaration
     
    
    Public Class C1CheckBox 
       Inherits System.Windows.Forms.CheckBox
    public class C1CheckBox : System.Windows.Forms.CheckBox 
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                System.Windows.Forms.ButtonBase
                   System.Windows.Forms.CheckBox
                      C1.Win.C1Input.C1CheckBox

    See Also