Simple DNS Plus calls this function to retrieve an instance of a View UI control.

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

Syntax

C#
ViewUI GetViewUI()
Visual Basic (Declaration)
Function GetViewUI As ViewUI
Visual C++
ViewUI^ GetViewUI()

Remarks

This method only needs to be implemented if the HasViewUI property returns True.

See Also