Class Dialog

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

Dialog class shows a dialog with content.

C#
Copy
public class Dialog : Control, IDynamicResourceHandler, IElement, INameScope, IElementController, System.IDisposable, IResourcesProvider
Inheritance
Implements

Constructors

View Source

Dialog()

Creates a new instance of Dialog.

Declaration
C#
Copy
public Dialog()
API Level: 9
View Source

Dialog(String)

Creates a new instance of Dialog with style.

Declaration
C#
Copy
public Dialog(string style)
Parameters
Type Name Description
String style

Creates Dialog by special style defined in UX.

View Source

Dialog(ControlStyle)

Creates a new instance of a Dialog with style.

Declaration
C#
Copy
public Dialog(ControlStyle style)
Parameters
Type Name Description
ControlStyle style

A style applied to the newly created Dialog.

Fields

View Source

ContentProperty

ContentProperty

Declaration
C#
Copy
public static readonly BindableProperty ContentProperty
Field Value
Type Description
BindableProperty

Properties

View Source

Content

Popup content of Dialog. Content is added as a child of Dialog automatically.

Declaration
C#
Copy
public View Content { get; set; }
Property Value
Type Description
View
API Level: 9

Methods

View Source

AccessibilityCalculateStates()

Informs AT-SPI bridge about the set of AT-SPI states associated with this object.

Declaration
C#
Copy
protected override AccessibilityStates AccessibilityCalculateStates()
Returns
Type Description
AccessibilityStates
Overrides
View Source

Dispose(DisposeTypes)

Dispose Control and all children on it.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type

Dispose type.

Overrides
View Source

OnInitialize()

Initialize AT-SPI object.

Declaration
C#
Copy
public override void OnInitialize()
Overrides

Implements

Extension Methods