Namespace: System.Extensions.Web.UI.WebControls.DesignAssembly: System.Web.Extensions2 (in System.Web.Extensions2.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public SpecificControlConverter(
Type controlType
) |
Visual Basic |
---|
Public Sub New (
controlType As Type
) |
Visual C++ |
---|
public:
SpecificControlConverter(
Type^ controlType
) |
F# |
---|
new :
controlType : Type -> SpecificControlConverter |
Parameters
- controlType
- Type: System..::..Type
[Missing <param name="controlType"/> documentation for "M:System.Extensions.Web.UI.WebControls.Design.SpecificControlConverter.#ctor(System.Type)"]
See Also