AddAt Method

Adds a ToolbarItem to the ToolbarItemCollection at a specified index.

Syntax

Visual Basic  Public   Sub 
AddAt(
        ByVal iIndex As int,
        ByVal oNode As ToolbarItem
)
C# public  void 
AddAt(
        int iIndex,
        ToolbarItem oNode
);
Managed C++ public:  void 
AddAt(
        int iIndex,
        ToolbarItem oNode
);
JScript public  function
AddAt(
        iIndex : int,
        oNode : ToolbarItem
);

Parameters

iIndex Required. int. The index at which to add the ToolbarItem.
oNode Required. ToolbarItem object to add to the collection.

Return Value

No return value.

Applies To

ToolbarItemCollection

See Also

Internet Explorer WebControls, About the Toolbar WebControl