AdvancedFindWindow..::..SetAlertLevel Method
Sets the alert level.
Namespace:
RingSoft.DbLookup.Controls.WPF.AdvancedFindAssembly: RingSoft.DbLookup.Controls.WPF (in RingSoft.DbLookup.Controls.WPF.dll)
Syntax
public void SetAlertLevel( AlertLevels level, string message, bool showCount, int recordCount )
Public Sub SetAlertLevel ( _ level As AlertLevels, _ message As String, _ showCount As Boolean, _ recordCount As Integer _ )
public: void SetAlertLevel( AlertLevels^ level, String^ message, bool^ showCount, int^ recordCount )
Parameters
- level
- Type: RingSoft.DbLookup..::..AlertLevels
The level.
- message
- Type: String
The message.
- showCount
- Type: Boolean
if set to true [show count].
- recordCount
- Type: Int32
The record count.