GUI control for configuring plug-in settings hosted in the Plug-in Instance dialog / Plug-In Settings tab.
Namespace:
JHSoftware.SimpleDNS.PluginAssembly: sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)
Syntax
| C# |
|---|
public class OptionsUI : UserControl |
| Visual Basic (Declaration) |
|---|
Public Class OptionsUI _ Inherits UserControl |
| Visual C++ |
|---|
public ref class OptionsUI : public UserControl |
Remarks
Create a user control inheriting from this and return and instance of that in the IGethostPlugIn.GetOptionUI method.
Inheritance Hierarchy
System..::.Object
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
JHSoftware.SimpleDNS.Plugin..::.OptionsUI
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
JHSoftware.SimpleDNS.Plugin..::.OptionsUI