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.
    ///

    public class CheckBoxButton : Button, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    Tizen.NUI.Binding.BindableObject
    Tizen.NUI.Binding.Element
    BaseHandle
    Animatable
    Container
    View
    Button
    CheckBoxButton
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable

    Constructors

    View Source

    CheckBoxButton()

    Creates an initialized CheckBoxButton.

    Declaration
    public CheckBoxButton()

    Methods

    View Source

    Dispose(DisposeTypes)

    To dispose the CheckBoxButton instance.

    Declaration
    protected override void Dispose(DisposeTypes type)
    Parameters
    Type Name Description
    DisposeTypes type
    Overrides
    Button.Dispose(DisposeTypes)

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX