Search Results for

    Show / Hide Table of Contents

    Class Window_InputDialog

    Simple input box, for string input in a modal window

    Inheritance
    System.Object
    MSWindow
    Window_InputDialog
    Inherited Members
    MSWindow.OnWindowCommandAction
    MSWindow.CallWindowCommand(WindowCommand)
    MSWindow.CloseWithEscape
    MSWindow.WindowMode
    Namespace: Simplic.Framework.UI
    Assembly: Simplic.Framework.Base.dll
    Syntax
    public class Window_InputDialog : MSWindow

    Constructors

    | Improve this Doc View Source

    Window_InputDialog(String, String, String)

    Create new input dialog

    Declaration
    public Window_InputDialog(string Text, string Title, string DefaultValue)
    Parameters
    Type Name Description
    System.String Text

    Description text for the input field

    System.String Title

    Window title

    System.String DefaultValue

    Default value of the text box

    Properties

    | Improve this Doc View Source

    ReturnString

    Declaration
    public string ReturnString { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    Show(String, String, String)

    Create a new input dialog and show it (modal)

    Declaration
    public static string Show(string Text, string Title, string DefaultValue)
    Parameters
    Type Name Description
    System.String Text

    Description text for the input field

    System.String Title

    Window title

    System.String DefaultValue

    Default value of the text box

    Returns
    Type Description
    System.String

    Input value, null if cancel was pressed

    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx