C# Class GfxDecompressor.InputBox

Afficher le fichier Open project: Jdbye/Telefang-2-English-Translation-Project

Méthodes publiques

Méthode 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 méthode

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
Résultat DialogResult