DisableCommand Method of the Commands Object
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
9/17/2024 3:14:40 PM