Show / Hide Table of Contents

    Class PromptPopup

    A custom popup with entry and returning a string value

    Inheritance
    System.Object
    Popup
    Popup<System.String>
    PromptPopup
    Inherited Members
    Popup<String>.ResponseTcs
    Popup<String>.Open()
    Popup<String>.SendSubmit(String)
    Popup<String>.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 PromptPopup : Popup<string>

    Constructors

    PromptPopup(String, String, String, String, String, Int32, Keyboard, String)

    Initializes a new instance of the PromptPopup class.

    Declaration
    public PromptPopup(string title, string message, string accept = "OK", string cancel = "Cancel", string placeholder = null, int maxLength = -1, Keyboard keyboard = Keyboard.Normal, string initialValue = "")
    Parameters
    Type Name Description
    System.String title

    Title text

    System.String message

    Message text

    System.String accept

    Accept text

    System.String cancel

    Cancel text

    System.String placeholder

    Placeholder text

    System.Int32 maxLength

    A max length of entry

    Keyboard keyboard

    A keyboard type

    System.String initialValue

    A initial value of entry

    Methods

    CreateContent()

    Declaration
    protected override View CreateContent()
    Returns
    Type Description
    View
    Overrides
    Tizen.UIExtensions.NUI.Popup<System.String>.CreateContent()
    Back to top Copyright © 2021 Samsung
    Generated by DocFX