C# Класс 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.
Наследование: System.Windows.Forms.Form
Показать файл Открыть проект

Открытые методы

Метод Описание
BaseConfigurationForm ( ) : System

Initializes a new instance of the BaseConfigurationForm

Save ( ) : void

Save the plug-in's settings.

Защищенные методы

Метод Описание
OnOptionsSaved ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Описание методов

BaseConfigurationForm() публичный Метод

Initializes a new instance of the BaseConfigurationForm
public BaseConfigurationForm ( ) : System
Результат System

OnOptionsSaved() защищенный Метод

protected OnOptionsSaved ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e System.Windows.Forms.PaintEventArgs
Результат void

Save() публичный Метод

Save the plug-in's settings.
public Save ( ) : void
Результат void