C# Class SystemEx.Windows.Forms.TaskDialogButton

Show file Open project: pvginkel/SystemEx

Public Methods

Method Description
TaskDialogButton ( int id, string text ) : System

Initialize the custom button.

Method Details

TaskDialogButton() public method

Initialize the custom button.
public TaskDialogButton ( 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.
return System