Tests whether warnings of a certain kind are disabled.

Namespace:  C1.C1Preview.Forms
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public static bool IsWarningDisabled(
	string warningDisableRegistryKey
)
Visual Basic
Public Shared Function IsWarningDisabled ( _
	warningDisableRegistryKey As String _
) As Boolean

Parameters

warningDisableRegistryKey
Type: System..::..String
The registry key identifying warnings of the kind to test.

Return Value

true if specified warnings are disabled, false otherwise.

See Also