See Also

HtmlBoxMenuItemCollection Class  | HtmlBoxMenuItemCollection Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

index
The zero-based index at which value should be inserted.
value
The object to insert.
See Also Languages PowerWEB TextBox for ASP.NET

Insert Method

Dart.PowerWEB.TextBox Namespace > HtmlBoxMenuItemCollection Class : Insert Method (HtmlBoxMenuItemCollection)

Inserts an element into the collection at the specified index.

[Visual Basic]
Overrides Public Sub Insert( _    ByVal index As Integer, _    ByVal value As Object _ )
[C#]
public override void Insert(    int index,    object value );
[C++]
public: void Insert(    int index,    Object* value ) override
[C++/CLI]
public: void Insert(    int index,    Object^ value ) override

Parameters

index
The zero-based index at which value should be inserted.
value
The object to insert.

Remarks

This method both inserts an object into the collection, and adds a reference to this object in the ASP.NET web control heirarchy.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBoxMenuItemCollection Class  | HtmlBoxMenuItemCollection Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.