Class CheckBox

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
C#
Copy
public class CheckBox : SelectButton, INotifyPropertyChanged, IDisposable
Inheritance
object
Tizen.NUI.Binding.Element
Tizen.NUI.Components.Control
Tizen.NUI.Components.SelectButton
CheckBox
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

CheckBox()

Creates a new instance of a CheckBox.

Declaration
C#
Copy
public CheckBox()
View Source

CheckBox(string)

Creates a new instance of a CheckBox with style.

Declaration
C#
Copy
public CheckBox(string style)
Parameters
Type Name Description
string style
View Source

CheckBox(ButtonStyle)

Creates a new instance of a CheckBox with style.

Declaration
C#
Copy
public CheckBox(ButtonStyle buttonStyle)
Parameters
Type Name Description
ButtonStyle buttonStyle

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable