Simple DNS Plus calls this method to retrieve a user control to host in the Plug-in Instance dialog / Plug-In Settings tab.

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

Syntax

C#
OptionsUI GetOptionsUI()
Visual Basic (Declaration)
Function GetOptionsUI As OptionsUI
Visual C++
OptionsUI^ GetOptionsUI()

Return Value

User control inheriting from OptionsUI

Remarks

Return null/Nothing if plug-in doesn't have any settings

See Also