| Visual Basic (Declaration) | |
|---|---|
Function ControlInfo( _ ByVal control As Type _ ) As ControlInfo | |
| C# | |
|---|---|
ControlInfo ControlInfo( Type control ) | |
Parameters
- control
- The control requestion ControlInfo
Return Value
An implementation of ControlInfo for the specified control type, or the DefaultControlInfo if the control does not have a specific implementation.The control must be an xxxEx control implementation