C# Класс GfxDecompressor.InputBox

Показать файл Открыть проект

Открытые методы

Метод Описание
Show ( string title, string promptText, string &value ) : DialogResult

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

Описание методов

Show() публичный статический Метод

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
Результат DialogResult