メインコンテンツへスキップ

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.

このメソッドでは、ツールバーに指定したコマンド用のボタンが含まれているかどうかを確認できます。

構文

C++

HRESULT Has(
  MenuItemEnum  CommandId,
  VARIANT_BOOL* Result
);

C#

bool Has( MenuItemEnum CommandId );

Visual Basic .NET

Function Has(CommandId As MenuItemEnum) As Boolean

Parameters

CommandId [in] ツールバー内で検索する要素を MenuItemEnum 定数として指定します。使用可能な要素の一覧については、以下を参照してください: Image Viewer commands
Zoom Viewer commands
Document Viewer commands
Text Editor commands
Result [out, retval] ツールバーに指定されたコマンドのボタンが含まれているかどうかを示します。

戻り値

このメソッド固有の戻り値はありません。ABBYY FineReader Engine 関数の標準的な戻り値を返します。

関連項目

ツールバー