Okapi .NET Library

FilterItemType.USERCANCEL Field

 [This is preliminary documentation and subject to change.]

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;

Remarks

An item of this type indicates that the user has cancelled the operation. The processing of the input should be stopped.

See Also

FilterItemType Class | Okapi.Library.Filter Namespace