Skip to main content

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.

This method inserts a button or separator into the specified position in the toolbar.

Syntax

C++

HRESULT InsertAt(
  MenuItemEnum CommandId,
  int          Index
);

C#

void InsertAt(
  MenuItemEnum CommandId,
  int          Index
);

Visual Basic .NET

Sub InsertAt( _
  CommandId As MenuItemEnum, _
  Index As Integer
)

Parameters

CommandId [in] Specifies the element to be added to the toolbar as a MenuItemEnum constant. See the list of available elements: Image Viewer commands
Text Editor commands
Index [in] Specifies the position of the element in the toolbar. Must be in a range from 0 to the value of the IToolbar::Count property. This variable can be set to -1. In this case, the element will be inserted at the end of the toolbar.

Return values

This method has no specific return values. It returns the standard return values of ABBYY FineReader Engine functions.

Remarks

Before inserting a command, make sure that it is not already on the toolbar.

See also

Toolbar Delete