C# Class Fusion8.Cropper.Extensibility.BaseConfigurationForm

Represents the base configuration form for plug-ins that implement the IConfigurablePlugin interface.
The form is presented to the user via the IConfigurablePlugin.ConfigurationForm property.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: enriquein/Cropper

Méthodes publiques

Méthode Description
BaseConfigurationForm ( ) : System

Initializes a new instance of the BaseConfigurationForm

Save ( ) : void

Save the plug-in's settings.

Méthodes protégées

Méthode Description
OnOptionsSaved ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Method Details

BaseConfigurationForm() public méthode

Initializes a new instance of the BaseConfigurationForm
public BaseConfigurationForm ( ) : System
Résultat System

OnOptionsSaved() protected méthode

protected OnOptionsSaved ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
Résultat void

Save() public méthode

Save the plug-in's settings.
public Save ( ) : void
Résultat void