EnableCommand Method of the Commands Object
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
17.09.2024 15:14:40