C# Class ICSharpCode.Core.CustomDialog

Inheritance: System.Windows.Forms.Form
Show file Open project: jumpinjackie/fdotoolbox Class Usage Examples

Public Methods

Method Description
CustomDialog ( string caption, string message, int acceptButton, int cancelButton, string buttonLabels ) : System

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void

Private Methods

Method Description
ButtonClick ( object sender, EventArgs e ) : void
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.

Method Details

CustomDialog() public method

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

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void