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.Add

[To be supplied.]

[Visual Basic]
Overrides Public Function Add( _
   ByVal item As Object _
) As Integer
[C#]
public override int Add(
   object item
);
[C++]
public: override int Add(
   Object* item
);
[JScript]
public override function Add(
   item : Object
) : int;

Parameters

item
[To be supplied.]

See Also

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