C# Class GfxDecompressor.InputBox

Show file Open project: Jdbye/Telefang-2-English-Translation-Project

Public Methods

Method Description
Show ( string title, string promptText, string &value ) : DialogResult

Displays a dialog with a prompt and textbox where the user can enter information

Method Details

Show() public static method

Displays a dialog with a prompt and textbox where the user can enter information
public static Show ( string title, string promptText, string &value ) : DialogResult
title string Dialog title
promptText string Dialog prompt
value string Sets the initial value and returns the result
return DialogResult