In This Topic
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
[Foundation.Register("C1CheckBox")]
[DesignTimeVisible(true)]
public class C1CheckBox : UIKit.UIView, IDependencyObject, Foundation.INSCoding, Foundation.INSObjectProtocol, ObjCRuntime.INativeObject, UIKit.IUIAccessibilityIdentification, UIKit.IUIAppearance, UIKit.IUIAppearanceContainer, UIKit.IUICoordinateSpace, UIKit.IUIDynamicItem, UIKit.IUITraitEnvironment
Inheritance Hierarchy
System.Object
Foundation.NSObject
UIKit.UIResponder
UIKit.UIView
C1.iOS.Core.C1CheckBox
See Also