Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

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