Reports for WinForms | ComponentOne
C1.C1Report.4 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
    public static bool IsWarningDisabled( 
       string warningDisableRegistryKey
    )

    Parameters

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

    Return Value

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