C# Класс ICSharpCode.Core.InputBox

Description of InputBox.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

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

Метод Описание
InputBox ( string text, string caption, string defaultValue ) : System

Приватные методы

Метод Описание
AcceptButtonClick ( object sender, System e ) : void
CancelButtonClick ( object sender, System e ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

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

InputBox() публичный Метод

public InputBox ( string text, string caption, string defaultValue ) : System
text string
caption string
defaultValue string
Результат System