Search Results for

    Show / Hide Table of Contents

    Method GetUserInput

    GetUserInput(Int32)

    Declaration
    public static string GetUserInput(int maxLength)
    Parameters
    Type Name Description
    System.Int32 maxLength
    Returns
    Type Description
    System.String

    GetUserInput(WindowTitle, Int32)

    Declaration
    public static string GetUserInput(WindowTitle windowTitle, int maxLength)
    Parameters
    Type Name Description
    WindowTitle windowTitle
    System.Int32 maxLength
    Returns
    Type Description
    System.String

    GetUserInput(String, Int32)

    Declaration
    public static string GetUserInput(string defaultText, int maxLength)
    Parameters
    Type Name Description
    System.String defaultText
    System.Int32 maxLength
    Returns
    Type Description
    System.String

    GetUserInput(WindowTitle, String, Int32)

    Declaration
    public static string GetUserInput(WindowTitle windowTitle, string defaultText, int maxLength)
    Parameters
    Type Name Description
    WindowTitle windowTitle
    System.String defaultText
    System.Int32 maxLength
    Returns
    Type Description
    System.String
    ☀
    ☾
    Back to top Copyright (C) 2015 crosire - zlib
    Generated with DocFX