FuncTemplate<TControl>.

FuncTemplate(Func<TControl>) Constructor

Summary

Initializes a new instance of the FuncTemplate<TControl> class.

Syntax

public FuncTemplate(Func<TControl> func)

Parameters

Name Type Description
func Func<TControl> The function used to create the control.

Return Value

Type Description
void