Class Dialog
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
Dialog class shows a dialog with content.
public class Dialog : Control, IDynamicResourceHandler, INameScope, System.IDisposable, IResourcesProvider
- Inheritance
-
objectDialog
- Implements
-
System.IDisposable
Constructors
View SourceDialog()
Creates a new instance of Dialog.
Declaration
public Dialog()
Dialog(string)
Creates a new instance of Dialog with style.
Declaration
public Dialog(string style)
Parameters
| Type | Name | Description |
|---|---|---|
| string | style | Creates Dialog by special style defined in UX. |
Dialog(ControlStyle)
Creates a new instance of a Dialog with style.
Declaration
public Dialog(ControlStyle style)
Parameters
| Type | Name | Description |
|---|---|---|
| ControlStyle | style | A style applied to the newly created Dialog. |
Fields
View SourceContentProperty
ContentProperty
Declaration
public static readonly BindableProperty ContentProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
Properties
View SourceContent
Popup content of Dialog. Content is added as a child of Dialog automatically.
Declaration
public View Content { get; set; }
Property Value
| Type | Description |
|---|---|
| View |
Methods
View SourceAccessibilityCalculateStates()
Informs AT-SPI bridge about the set of AT-SPI states associated with this object.
Declaration
protected override AccessibilityStates AccessibilityCalculateStates()
Returns
| Type | Description |
|---|---|
| AccessibilityStates |
Overrides
View SourceDispose(DisposeTypes)
Dispose Control and all children on it.
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
| Type | Name | Description |
|---|---|---|
| DisposeTypes | type | Dispose type. |
Overrides
View SourceOnInitialize()
Initialize AT-SPI object.
Declaration
public override void OnInitialize()
Overrides
Implements
System.IDisposable