| RGUIMessagesAddWarning Method |
Add new warning message.
Namespace:
Recrovit.RecroGridFramework
Assembly:
Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax public void AddWarning(
string message,
string clientName = "MessageDialog",
bool checkDuplicate = true
)
Parameters
- message
- Type: SystemString
The message. - clientName (Optional)
- Type: SystemString
ClientName of the field. - checkDuplicate (Optional)
- Type: SystemBoolean
if set to true it checks for duplication.
See Also