Interface ITemplate<TControl>
Creates a control.
public interface ITemplate<TControl> : ITemplate where TControl : Control?
Type Parameters
TControl
The type of control.
Methods
Build()
Creates the control.
TControl Build()
Returns
- TControl
The created control.