NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DomainUpDown.DomainUpDownItems.Insert

[To be supplied.]

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

Parameters

index
[To be supplied.]
item
[To be supplied.]

See Also

DomainUpDown.DomainUpDownItems Class | DomainUpDown.DomainUpDownItems Members | System.WinForms Namespace