|  | RGUIMessagesAddInfo Method  | 
 
            Add new information message.
            
 
    Namespace: 
   Recrovit.RecroGridFramework
    Assembly:
   Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 1.7.3
 Syntax
Syntaxpublic void AddInfo(
	string message,
	string clientName = "MessageDialog",
	bool checkDuplicate = true
)
Parameters
- message
- Type: SystemString
 The message.
- clientName (Optional)
- Type: SystemString
 Name of the client.
- checkDuplicate (Optional)
- Type: SystemBoolean
 if set to true it checks for duplication.
 See Also
See Also