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

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.

このプロパティは、コンテキストメニューのカスタム部分にある、指定したインデックスの要素に対応する MenuItemEnum 定数を返します。

構文

C++

HRESULT Element(
  int           Index,
  MenuItemEnum* Result
);

C#

SpellReplacement get_Element( int Index );

Visual Basic .NET

ReadOnly Property Element(Index As Integer) As MenuItemEnum

パラメーター

Index [in] コンテキスト メニューのカスタム部分内にある要素のインデックスを指定します。0 以上 IPopupMenu::Count プロパティの値から 1 を引いた値以下の範囲でなければなりません。 Result [out, retval] 指定したインデックスの要素に対応する MenuItemEnum 定数を受け取ります。

戻り値

このプロパティに固有の戻り値はありません。ABBYY FineReader Engine 関数の標準の戻り値が返されます。

関連項目

PopupMenu