Blazor | ComponentOne
C1.Blazor.Input Assembly / C1.Blazor.Input Namespace / C1CheckBox Class
Fields Properties Methods Events

In This Topic
    C1CheckBox Class Members
    In This Topic

    The following tables list the members exposed by C1CheckBox.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the C1CheckBox class.  
    Top
    Public Fields
     NameDescription
    Public FieldGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsChecked dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsReadOnly dependency property.  
    Public Fieldstatic (Shared in Visual Basic)Identifies the IsThreeState dependency property.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the background. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Thickness of the border. (Inherited from C1.Blazor.Core.C1View)
    Public Property  
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1CornerRadius of the border. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the flow direction. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the font applied to the view. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the C1.Blazor.Core.C1Color used to paint the foreground (text and icons). (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets whether the C1CheckBox is checked.  
    Public Property  
    Public PropertyGets whether this control was disposed. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets whether the component was already initialized. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets whether the C1CheckBox is read only.  
    Public PropertyGets or sets whether C1CheckBox supports indeterminate state.  
    Public Property  
    Public PropertyGets or sets the padding of the Content. (Inherited from C1.Blazor.Core.C1View)
    Public Property  
    Public PropertyGets or sets the style applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets the CSS class applied to the component. (Inherited from C1.Blazor.Core.C1View)
    Public PropertyGets or sets an arbitrary object that can be used to identify a specific component. (Inherited from C1.Blazor.Core.C1View)
    Top
    Public Methods
     NameDescription
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public MethodOverridden.   
    Public MethodSets the focus in the control. (Inherited from C1.Blazor.Core.C1View)
    Public Method (Inherited from Microsoft.AspNetCore.Components.ComponentBase)
    Top
    Public Events
     NameDescription
    Public Event  
    Top
    See Also