ControlType.GetControlType Method
Include Protected Members
Include Inherited Members
Returns a ControlType object.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetControlType(String) | Returns a control type object by using the provided name. | |
GetControlType(String, String) | Returns a control type object by using the provided name and friendly name. If it does not exist, creates a new control type by using the provided name and friendly name. |
Top