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

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 DeleteAt( int Index );

C#

void DeleteAt( int Index );

Visual Basic .NET

Sub DeleteAt(Index As Integer)

パラメーター

Index [in] 削除する要素の位置を指定します。0 以上、IPopupMenu::Count プロパティの値から 1 を引いた値以下の範囲である必要があります。

戻り値

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

関連項目

PopupMenu Delete