Indicates if the plug-in has a View UI (a tab in the Simple DNS Plus main window).

Namespace:  JHSoftware.SimpleDNS.Plugin
Assembly:  sdnsplugin (in sdnsplugin)
Version: 5.0.110.0 (5.0.110.0)

Syntax

C#
bool HasViewUI { get; }
Visual Basic (Declaration)
ReadOnly Property HasViewUI As Boolean
Visual C++
property bool HasViewUI {
	bool get ();
}

Remarks

When true, the GetViewUI, MsgFromViewUI method, and the MsgToViewUI event must be implemented.

See Also