C# Класс DroidExplorer.Controls.VistaTaskDialogButton

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
VistaTaskDialogButton ( int id, string text ) : System

Initialize the custom button.

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

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

Initialize the custom button.
public VistaTaskDialogButton ( int id, string text ) : System
id int The ID of the button. This value is returned by TaskDialog.Show when /// the button is clicked. Typically this will be a value in the DialogResult enum.
text string The string that appears on the button.
Результат System