Class CheckBox
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
- API Level:
- 8
public class CheckBox : SelectButton, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
- Inheritance
-
Tizen.NUI.Binding.BindableObjectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlTizen.NUI.Components.SelectButtonCheckBox
- Implements
Constructors
View SourceCheckBox()
Creates a new instance of a CheckBox.
Declaration
public CheckBox()
API Level: 8
View SourceCheckBox(String)
Creates a new instance of a CheckBox with style.
Declaration
public CheckBox(string style)
Parameters
Type | Name | Description |
---|---|---|
String | style |
API Level: 8
View SourceCheckBox(ButtonStyle)
Creates a new instance of a CheckBox with style.
Declaration
public CheckBox(ButtonStyle buttonStyle)
Parameters
Type | Name | Description |
---|---|---|
ButtonStyle | buttonStyle |