Method | Description | |
---|---|---|
CustomDialog ( string caption, string message, int acceptButton, int cancelButton, string buttonLabels ) : System |
Method | Description | |
---|---|---|
OnKeyDown ( |
Method | Description | |
---|---|---|
ButtonClick ( object sender, |
||
MyInitializeComponent ( ) : void |
This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.
|
public CustomDialog ( string caption, string message, int acceptButton, int cancelButton, string buttonLabels ) : System | ||
caption | string | |
message | string | |
acceptButton | int | |
cancelButton | int | |
buttonLabels | string | |
return | System |
protected OnKeyDown ( |
||
e | ||
return | void |