C# Класс PoshCode.Controls.PromptForChoiceEventArgs

Наследование: System.EventArgs
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
PromptForChoiceEventArgs ( string caption, string message, Collection choices, int selectedIndex ) : System

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

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

public PromptForChoiceEventArgs ( string caption, string message, Collection choices, int selectedIndex ) : System
caption string
message string
choices Collection
selectedIndex int
Результат System