Class CheckBoxButton

Definition

Namespace:
Tizen.NUI.UIComponents
Assembly:
Tizen.NUI.dll

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, IDisposable
Inheritance
object
CheckBoxButton
Implements
System.IDisposable

Constructors

View Source

CheckBoxButton()

Creates an initialized CheckBoxButton.

Declaration
C#
Copy
public CheckBoxButton()

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

Implements

System.IDisposable