GUI control representing a plug-in View UI - a tab in the Simple DNS Plus main window.
Namespace:
JHSoftware.SimpleDNS.PluginAssembly: sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)
Syntax
| C# |
|---|
public class ViewUI : UserControl |
| Visual Basic (Declaration) |
|---|
Public Class ViewUI _ Inherits UserControl |
| Visual C++ |
|---|
public ref class ViewUI : public UserControl |
Remarks
Create a user control inheriting from this and return and instance of that in the IGethostPlugIn.GetViewUI 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..::.ViewUI
System..::.MarshalByRefObject
System.ComponentModel..::.Component
System.Windows.Forms..::.Control
System.Windows.Forms..::.ScrollableControl
System.Windows.Forms..::.ContainerControl
System.Windows.Forms..::.UserControl
JHSoftware.SimpleDNS.Plugin..::.ViewUI