'Declaration
Public Shared Function ActivateChildControl( _ ByVal parent As System.Windows.Forms.Control _ ) As System.Windows.Forms.Control
'Usage
Dim parent As System.Windows.Forms.Control Dim value As System.Windows.Forms.Control value = NControlHelper.ActivateChildControl(parent)
public static System.Windows.Forms.Control ActivateChildControl( System.Windows.Forms.Control parent )
Parameters
- parent