Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the custom error will be displayed in a modal dialog box or in modeless context within the control that is the source of the error.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in Microsoft.Office.InfoPath.dll)
Syntax
'Declaration
Public Enumeration ErrorMode
'Usage
Dim instance As ErrorMode
public enum ErrorMode
Members
| Member name | Description | |
|---|---|---|
| Modal | The user is notified of the error with a dialog box alert. After clicking OK in the dialog box alert, the error will appear as an inline alert and the user can choose to return to the previous value with an undo operation. | |
| Modeless | The user is notified of the error with an inline alert and can choose to return to the previous value with an undo operation. |
Remarks
The ErrorMode enumeration is used to specify the mode in which to display a custom error when using the Add method of the FormErrorCollection class and the ReportError method of the XmlValidatingEventArgs class.
This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.