Constant value = 1. User cancellation.
[Visual Basic] Public const USERCANCEL As Integer = 1 [C#] public const int USERCANCEL = 1; [C++] public: const int USERCANCEL = 1; [JScript] public const var USERCANCEL: int = 1;
An item of this type indicates that the user has cancelled the operation. The processing of the input should be stopped.
FilterItemType Class | Okapi.Library.Filter Namespace