Class SaveConfigWidget
- Namespace
- PaintDotNet
- Assembly
- PaintDotNet.Data.dll
public class SaveConfigWidget : UserControl, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl
- Inheritance
-
SaveConfigWidget
- Implements
- Derived
- Inherited Members
Constructors
Fields
Properties
Methods
- Dispose(bool)
Clean up any resources being used.
- InitFileType()
This method must be overriden in derived classes. In this method you must initialize the protected fileType field.
- InitTokenFromWidget()
This method must be overridden in derived classes. In this method you must take the values from the dialog box and use them to properly initialize theEffectToken.
- InitWidgetFromToken(SaveConfigToken)
This method must be overridden in derived classes. In this method you must take the values from the given EffectToken and use them to properly initialize the dialog's user interface elements.
- OnLoad(EventArgs)
Overrides Form.OnLoad.