C1.WPF.PrintDocument.4.6.2 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 _
) 
 

Parameters

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