'Declaration
Public Shared Function IsWindow( _ ByVal c As System.Windows.Forms.Control _ ) As System.Boolean
'Usage
Dim 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