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