Class CheckBox

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
8
C#
Copy
public class CheckBox : SelectButton, IDynamicResourceHandler, IElement, INameScope, IElementController, System.IDisposable, IResourcesProvider
Inheritance
Implements

Constructors

View Source

CheckBox()

Creates a new instance of a CheckBox.

Declaration
C#
Copy
public CheckBox()
API Level: 8
View Source

CheckBox(String)

Creates a new instance of a CheckBox with style.

Declaration
C#
Copy
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
C#
Copy
public CheckBox(ButtonStyle buttonStyle)
Parameters
Type Name Description
ButtonStyle buttonStyle
API Level: 8

Properties

View Source

ItemGroup

Get CheckBoxGroup to which this CheckBox belong.

Declaration
C#
Copy
public CheckBoxGroup ItemGroup { get; }
Property Value
Type Description
CheckBoxGroup
API Level: 6

Methods

View Source

OnInitialize()

Initialize AT-SPI object.

Declaration
C#
Copy
public override void OnInitialize()
Overrides

Implements

Extension Methods