'DeclarationPublic Shared Function IsWindow( _ ByVal c As System.Windows.Forms.Control _ ) As System.Boolean
'UsageDim c As System.Windows.Forms.Control Dim value As System.Boolean value = NControlHelper.IsWindow(c)
public static System.bool IsWindow( System.Windows.Forms.Control c )
Parameters
- c