  | PlatformHelperIsFormVisible Method  | 
            Determines whether the specified form is visible.
            
 
Namespace: DigitalRuneAssembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntaxpublic static bool IsFormVisible(
	Object form
)
Public Shared Function IsFormVisible ( 
	form As Object
) As Boolean
public:
static bool IsFormVisible(
	Object^ form
)
static member IsFormVisible : 
        form : Object -> bool 
Parameters
- form
 - Type: SystemObject
The System.Windows.Forms.Form. 
Return Value
Type: 
Boolean if the form is visible; otherwise, 
.
            
Exceptions
See Also