LookupWindowFactory..::..SetAlertLevel Method
Sets the alert level.
Namespace:
RingSoft.DbLookup.Controls.WPFAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public void SetAlertLevel( AlertLevels level, bool disabled, Window window, string message )
Public Sub SetAlertLevel ( _ level As AlertLevels, _ disabled As Boolean, _ window As Window, _ message As String _ )
public: void SetAlertLevel( AlertLevels^ level, bool^ disabled, Window^ window, String^ message )
Parameters
- level
- Type: RingSoft.DbLookup..::..AlertLevels
The level.
- disabled
- Type: Boolean
if set to true [disabled].
- window
- Type: Window
The window.
- message
- Type: String
The message.