C# 클래스 SystemEx.Windows.Forms.TaskDialogButton

파일 보기 프로젝트 열기: pvginkel/SystemEx

공개 메소드들

메소드 설명
TaskDialogButton ( int id, string text ) : System

Initialize the custom button.

메소드 상세

TaskDialogButton() 공개 메소드

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.
리턴 System