[]
        
(Showing Draft Content)

C1.iOS.Core.C1CheckBox

C1CheckBox Class

Represents a control that a user can select and clear.

Inheritance
C1CheckBox
Implements
IComponent
IDisposable
Namespace: C1.iOS.Core
Assembly: C1.iOS.Core.dll
Syntax
public class C1CheckBox : UIView, IDependencyObject, IComponent, IDisposable

Constructors

Name Description
C1CheckBox()

Initializes a new instance of the C1CheckBox class.

C1CheckBox(IntPtr)

Initializes a new instance of the C1CheckBox class.

Fields

Name Description
ColorProperty
IsCheckedProperty
IsEnabledProperty
IsReadOnlyProperty
IsThreeStateProperty

Properties

Name Description
Color

Gets or sets the color used to paint the control.

IntrinsicContentSize
IsChecked

Gets or sets whether the C1CheckBox is checked.

IsEnabled

Gets or sets whether the C1CheckBox is enabled.

IsReadOnly

Gets or sets whether the C1CheckBox is read only.

IsThreeState

Gets or sets whether C1CheckBox supports indeterminate state.

Site
Tag

Gets or sets an arbitrary object value that can be used to store custom information about this object.

Methods

Name Description
Dispose(bool)
LayoutSubviews()
MovedToSuperview()
OnChecked(EventArgs)

Raises the Checked event.

SizeThatFits(CGSize)

Events

Name Description
Checked

Occurs after the value of checkBox changes

Disposed