public interface ITemplate<TControl> : ITemplate
where TControl : Control
Public Interface ITemplate(Of TControl As Control)
Inherits ITemplatetype ITemplate<'TControl when 'TControl : Control> =
interface
interface ITemplate
end| Build | Creates the control. |