ControlParameter Constructor
.NET Framework 2.0
Initializes a new instance of the ControlParameter class.
| Name | Description |
|---|---|
| ControlParameter () | Initializes a new unnamed instance of the ControlParameter class. |
| ControlParameter (ControlParameter) | Initializes a new instance of the ControlParameter class with the values of the instance specified by the original parameter. |
| ControlParameter (String, String) | Initializes a new named instance of the ControlParameter class, using the specified control name to identify which control to bind to. |
| ControlParameter (String, String, String) | Initializes a new named instance of the ControlParameter class, using the specified property name and control name to identify which control to bind to. |
| ControlParameter (String, TypeCode, String, String) | Initializes a new named and strongly typed instance of the ControlParameter class, using the specified property name and control name to identify which control to bind to. |
Community Additions
ADD
Show: