Skip to main content
This method enables (excludes from the list of forbidden) the specified command.

Syntax

C++

HRESULT EnableCommand( MenuItemEnum Value );

C#

void EnableCommand( MenuItemEnum Value );

Visual Basic .NET

Sub EnableCommand(Value As MenuItemEnum)

Parameters

Value [in] Specifies the enabled 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 DisableCommand