Class MessagePopup
A custom popup with message and returning a bool value
Inherited Members
Namespace: Tizen.UIExtensions.NUI
Assembly: Tizen.UIExtensions.NUI.dll
Syntax
public class MessagePopup : Popup<bool>
Constructors
MessagePopup(String, String, String)
Initializes a new instance of the MessagePopup class.
Declaration
public MessagePopup(string title, string message, string confirm)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | Title text |
System.String | message | Message text |
System.String | confirm | Confirm text |
MessagePopup(String, String, String, String)
Initializes a new instance of the MessagePopup class.
Declaration
public MessagePopup(string title, string message, string accept, string cancel)
Parameters
Type | Name | Description |
---|---|---|
System.String | title | Title text |
System.String | message | Message text |
System.String | accept | Accept text |
System.String | cancel | Cancel text |
Methods
CreateContent()
Declaration
protected override View CreateContent()
Returns
Type | Description |
---|---|
View |
Overrides
Tizen.UIExtensions.NUI.Popup<System.Boolean>.CreateContent()