[]
        
(Showing Draft Content)

C1.iOS.Core.C1CheckBox.-ctor

C1CheckBox Constructor

C1CheckBox()

Initializes a new instance of the C1CheckBox class.

Declaration
public C1CheckBox()
Public Sub New()

C1CheckBox(CGRect)

Initializes a new instance of the C1CheckBox class.

Declaration
public C1CheckBox(CGRect frame)
Public Sub New(frame As CGRect)
Parameters
Type Name Description
CGRect frame

C1CheckBox(nint)

Initializes a new instance of the C1CheckBox class.

Declaration
public C1CheckBox(nint handle)
Public Sub New(handle As IntPtr)
Parameters
Type Name Description
nint handle