Click or drag to resize
DigitalRunePlatformHelperIsFormVisible Method
Determines whether the specified form is visible.

Namespace: DigitalRune
Assembly: DigitalRune (in DigitalRune.dll) Version: 1.20.0.0 (1.20.1.14552)
Syntax
public static bool IsFormVisible(
	Object form
)

Parameters

form
Type: SystemObject
The System.Windows.Forms.Form.

Return Value

Type: Boolean
if the form is visible; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionform is .
NotSupportedExceptionSystem.Windows.Forms is not available on the target platform.
See Also