Class CheckBox

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
8
C#
Copy
public class CheckBox : SelectButton, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
Inheritance
System.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()
API Level: 8
View Source

CheckBox(String)

Creates a new instance of a CheckBox with style.

Declaration
C#
Copy
public CheckBox(string style)
Parameters
Type Name Description
System.String style
API Level: 8
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
API Level: 8

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable