Class CheckBoxButton

Definition

Namespace:
Tizen.NUI.UIComponents
Assembly:
Tizen.NUI.dll
API Level:
3

The CheckBoxButton provides a checkbox button which the user can check or uncheck.
By default, the CheckBoxButton emits a Button.Clicked event when the button changes its state to selected or unselected.
The button's appearance could be modified by Button.UnselectedImage, Button.BackgroundImage, Button.SelectedImage, Button.SelectedBackgroundImage, Button.DisabledBackgroundImage, Button.DisabledImage, and Button.DisabledSelectedImage.
When the button is not disabled, if it's not selected, it only shows the background image.
The selected image is shown over the background image when the box is selected (background image is not replaced by \e selected image).
When the button is disabled, the background image and the selected image are replaced by disabled images.
///

C#
Copy
public class CheckBoxButton : Button, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
Inheritance
Tizen.NUI.Binding.BindableObject
Tizen.NUI.Binding.Element
CheckBoxButton
Implements
System.IDisposable

Constructors

View Source

CheckBoxButton()

Creates an initialized CheckBoxButton.

Declaration
C#
Copy
public CheckBoxButton()
API Level: 3

Methods

View Source

Dispose(DisposeTypes)

To dispose the CheckBoxButton instance.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type
Overrides
API Level: 3

Implements

System.IDisposable