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
파일 보기 프로젝트 열기: enriquein/Cropper

공개 메소드들

메소드 설명
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