Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1CheckBox Class
Members


In This Topic
    C1CheckBox Class
    In This Topic
    Represents a control that a user can select and clear.
    Syntax
    'Declaration
     
    
    <Android.Runtime.RegisterAttribute("android/widget/CheckBox", 
       DoNotGenerateAcw=True, 
       ApiSince=1)>
    Public Class C1CheckBox 
       Inherits Android.Widget.CheckBox
       Implements Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.KeyEvent.ICallback, Android.Views.ViewTreeObserver.IOnPreDrawListener, Android.Widget.ICheckable, IDependencyObject, Java.Interop.IJavaPeerable 
    'Usage
     
    
    Dim instance As C1CheckBox
    [Android.Runtime.Register("android/widget/CheckBox", 
       DoNotGenerateAcw=true, 
       ApiSince=1)]
    public class C1CheckBox : Android.Widget.CheckBox, Android.Graphics.Drawables.Drawable.ICallback, Android.Runtime.IJavaObject, Android.Views.Accessibility.IAccessibilityEventSource, Android.Views.KeyEvent.ICallback, Android.Views.ViewTreeObserver.IOnPreDrawListener, Android.Widget.ICheckable, IDependencyObject, Java.Interop.IJavaPeerable  
    Inheritance Hierarchy

    System.Object
       Java.Lang.Object
          Android.Views.View
             Android.Widget.TextView
                Android.Widget.Button
                   Android.Widget.CompoundButton
                      Android.Widget.CheckBox
                         C1.Android.Core.C1CheckBox

    See Also