C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview.Forms Namespace / WarningForm Class / IsWarningDisabled Method
The registry key identifying warnings of the kind to test.

In This Topic
IsWarningDisabled Method
In This Topic
Tests whether warnings of a certain kind are disabled.
Syntax
'Declaration
 
Public Shared Function IsWarningDisabled( _
   ByVal warningDisableRegistryKey As String _
) As Boolean
 

Parameters

warningDisableRegistryKey
The registry key identifying warnings of the kind to test.

Return Value

true if specified warnings are disabled, false otherwise.
See Also