Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Forms Namespace / WarningForm Class / ShowWarning Method
The warning text.
The registry key that can be used to disable future warnings of this kind.

In This Topic
    ShowWarning Method
    In This Topic
    Shows a warning.
    Syntax
    'Declaration
     
    Public Shared Sub ShowWarning( _
       ByVal warningText As String, _
       ByVal warningDisableRegistryKey As String _
    ) 
    public static void ShowWarning( 
       string warningText,
       string warningDisableRegistryKey
    )

    Parameters

    warningText
    The warning text.
    warningDisableRegistryKey
    The registry key that can be used to disable future warnings of this kind.
    See Also