Skip to main content
This method disables (includes to the list of forbidden) the specified command.

Syntax

C++

HRESULT DisableCommand( MenuItemEnum Value );

C#

void DisableCommand( MenuItemEnum Value );

Visual Basic .NET

Sub DisableCommand(Value As MenuItemEnum)

Parameters

Value [in] Specifies the disabled command as a MenuItemEnum constant. See the list of available commands:

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

See also

Commands EnableCommand