IStatusBarPanes.Insert

Syntax

Insert(Index: Integer): IStatusBarPane;

Parameters

Index - index of the panel, after which a new element must be inserted.

Description

The Insert method inserts a new panel to the StatusBar component after the panel that is passed by the Index input parameter.

See also:

IStatusBarPanes