'Declaration
Protected Function GetControl( _ ByVal component As System.Object _ ) As System.Windows.Forms.Control
'Usage
Dim instance As NParentControlDesigner Dim component As System.Object Dim value As System.Windows.Forms.Control value = instance.GetControl(component)
protected System.Windows.Forms.Control GetControl( System.object component )
Parameters
- component