Class CheckBox
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
public class CheckBox : SelectButton, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.
NUI. Binding. Element Tizen.NUI. Components. Control Tizen.NUI. Components. Select Button CheckBox
- Implements
-
System.
Component Model. INotify Property Changed System.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 |
---|---|---|
Button |
buttonStyle |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable