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!

ComboBox.AddItemsCore

Performs the work of adding the specified items to the combobox

[Visual Basic]
Overridable Protected Sub AddItemsCore( _
   ByVal value() As Object _
)
[C#]
protected virtual void AddItemsCore(
   object[] value
);
[C++]
protected: virtual void AddItemsCore(
   Object* value[]
);
[JScript]
protected function AddItemsCore(
   value : Object[]
);

Parameters

value
Array of Objects that will be appended into the ComboBox

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace