C# Class ICSharpCode.Core.CustomDialog

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: jumpinjackie/fdotoolbox Class Usage Examples

Méthodes publiques

Méthode Description
CustomDialog ( string caption, string message, int acceptButton, int cancelButton, string buttonLabels ) : System

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void

Private Methods

Méthode 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 méthode

public CustomDialog ( string caption, string message, int acceptButton, int cancelButton, string buttonLabels ) : System
caption string
message string
acceptButton int
cancelButton int
buttonLabels string
Résultat System

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void