Delegation definition for GetIPCtrl

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

Syntax

C#
public delegate Control GetIPCtrlDG(
	bool ipv4,
	bool ipv6
)
Visual Basic (Declaration)
Public Delegate Function GetIPCtrlDG ( _
	ipv4 As Boolean, _
	ipv6 As Boolean _
) As Control
Visual C++
public delegate Control^ GetIPCtrlDG(
	bool ipv4, 
	bool ipv6
)

Parameters

ipv4
Type: System..::.Boolean
Indicate if the returned IP address control should support IPv4 addresses.
ipv6
Type: System..::.Boolean
Indicate if the returned IP address control should support IPv6 addresses.

Return Value

A Simple DNS Plus IP address GUI control.

Remarks

The returned control consists of an IP address input field and IP lookup/favorite buttons providing access to these global functions in Simple DNS Plus.

See Also