Class CheckBox
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
public class CheckBox : SelectButton, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlTizen.NUI.Components.SelectButtonCheckBox
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
View SourceCheckBox()
Creates a new instance of a CheckBox.
Declaration
public CheckBox()
CheckBox(string)
Creates a new instance of a CheckBox with style.
Declaration
public CheckBox(string style)
Parameters
Type | Name | Description |
---|---|---|
string | style |
CheckBox(ButtonStyle)
Creates a new instance of a CheckBox with style.
Declaration
public CheckBox(ButtonStyle buttonStyle)
Parameters
Type | Name | Description |
---|---|---|
ButtonStyle | buttonStyle |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable