ITemplate<TParam, TControl> Interface
Definition
Creates a control based on a parameter.
public interface ITemplate<TParam, TControl>
Methods
| Name | Description |
|---|---|
| Build | Creates the control. |
Build Method
Creates the control.
public TControl Build(TParam param)
Parameters
param TParam
The parameter.
Returns
TControl
The created control.