Shows a warning.

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

Syntax

C#
public static void ShowWarning(
	string warningText,
	string warningDisableRegistryKey
)
Visual Basic
Public Shared Sub ShowWarning ( _
	warningText As String, _
	warningDisableRegistryKey As String _
)

Parameters

warningText
Type: System..::..String
The warning text.
warningDisableRegistryKey
Type: System..::..String
The registry key that can be used to disable future warnings of this kind.

See Also