Class EffectConfigDialog
- Namespace
- PaintDotNet.Effects
- Assembly
- PaintDotNet.Effects.Core.dll
public class EffectConfigDialog : PdnBaseForm, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IContainer, IEffectConfigForm, IIsDisposed, IDisposable
- Inheritance
-
EffectConfigDialog
- Implements
- Derived
- Inherited Members
Constructors
Fields
Properties
Methods
- InitDialogFromToken(EffectConfigToken)
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. Make sure to read values from the passed-in effectToken
- InitTokenFromDialog()
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.
- InitialInitToken()
This method must be overriden in the derived classes. In this you initialize the default values for the token, and thus the default values for the dialog box. The job of this function is to initialize this.theEffectToken with a non-null reference.
- OnLoad(EventArgs)
Overrides Form.OnLoad.