Show / Hide Table of Contents

    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
    Object
    BindableObject
    Tizen.NUI.Binding.Element
    BaseHandle
    Animatable
    Container
    View
    ViewWrapper
    CustomView
    VisualView
    Tizen.NUI.Components.Control
    Button
    Tizen.NUI.Components.SelectButton
    CheckBox
    Implements
    INotifyPropertyChanged
    IDisposable

    Constructors

    View Source

    CheckBox()

    Creates a new instance of a CheckBox.

    Declaration
    public CheckBox()
    API Level: 8
    View Source

    CheckBox(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 Source

    CheckBox(ButtonStyle)

    Creates a new instance of a CheckBox with style.

    Declaration
    public CheckBox(ButtonStyle buttonStyle)
    Parameters
    Type Name Description
    ButtonStyle buttonStyle
    API Level: 8

    Implements

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