RGUIMessagesAddInfo Method
            Adds a new information message.
            
Namespace: Recrovit.RecroGridFrameworkAssembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.8.0.24.1110.1
public void AddInfo(
	string message,
	string clientName = "MessageDialog",
	bool checkDuplicate = true
)
Parameters
- message  String
- The information message.
- clientName  String  (Optional)
- The client name of the field.
- checkDuplicate  Boolean  (Optional)
- Indicates whether to check for duplicate messages.