C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CheckBox Class
Members


C1CheckBox Class
Represents a control that a user can select and clear.
Syntax
'Declaration
 
<Foundation.RegisterAttribute("C1CheckBox")>
<DesignTimeVisibleAttribute(True)>
Public Class C1CheckBox 
   Inherits UIKit.UIView
   Implements IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment 
 
'Usage
 
Dim instance As C1CheckBox
Inheritance Hierarchy

System.Object
   Foundation.NSObject
      UIKit.UIResponder
         UIKit.UIView
            C1.iOS.Core.C1CheckBox

See Also