C# 클래스 DroidExplorer.Controls.VistaTaskDialogButton

파일 보기 프로젝트 열기: camalot/droidexplorer 1 사용 예제들

공개 메소드들

메소드 설명
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