RGUIMessagesClear Method

Clears the messages of the specified type.

Definition

Namespace: Recrovit.RecroGridFramework
Assembly: Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 8.4.1.24.0708.1
C#
public void Clear(
	RGUIMessagesMessageTypeEnum type
)

Parameters

type  RGUIMessagesMessageTypeEnum
The type of messages to clear.

See Also