Class CheckBox

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll
    public class CheckBox : SelectButton, IDynamicResourceHandler, INameScope, System.IDisposable, IResourcesProvider
    Inheritance
    object
    BindableObject
    Element
    BaseHandle
    Animatable
    Container
    View
    ViewWrapper
    CustomView
    VisualView
    Control
    Button
    SelectButton
    CheckBox
    Implements
    IDynamicResourceHandler
    INameScope
    System.IDisposable
    IResourcesProvider

    Constructors

    View Source

    CheckBox()

    Creates a new instance of a CheckBox.

    Declaration
    public CheckBox()
    View Source

    CheckBox(string)

    Creates a new instance of a CheckBox with style.

    Declaration
    public CheckBox(string style)
    Parameters
    Type Name Description
    string style
    View Source

    CheckBox(ButtonStyle)

    Creates a new instance of a CheckBox with style.

    Declaration
    public CheckBox(ButtonStyle buttonStyle)
    Parameters
    Type Name Description
    ButtonStyle buttonStyle

    Properties

    View Source

    ItemGroup

    Get CheckBoxGroup to which this CheckBox belong.

    Declaration
    public CheckBoxGroup ItemGroup { get; }
    Property Value
    Type Description
    CheckBoxGroup

    Methods

    View Source

    OnInitialize()

    Initialize AT-SPI object.

    Declaration
    public override void OnInitialize()
    Overrides
    SelectButton.OnInitialize()

    Implements

    IDynamicResourceHandler
    INameScope
    System.IDisposable
    IResourcesProvider

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX