Show / Hide Table of Contents

    Class MessagePopup

    A custom popup with message and returning a bool value

    Inheritance
    System.Object
    Popup
    Popup<System.Boolean>
    MessagePopup
    Inherited Members
    Popup<Boolean>.ResponseTcs
    Popup<Boolean>.Open()
    Popup<Boolean>.SendSubmit(Boolean)
    Popup<Boolean>.SendCancel()
    Popup.HasOpenedPopup
    Popup.OutsideClicked
    Popup.Closed
    Popup.Content
    Popup.IsOpen
    Popup.Close()
    Popup.CloseAll()
    Popup.CloseLast()
    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()
    Back to top Copyright © 2021 Samsung
    Generated by DocFX