System.Windows.Forms.DomainUpDown.Items Property

A collection of objects assigned to the spin box (also known as an up-down control).

Syntax

[System.ComponentModel.Localizable(true)]
[System.ComponentModel.Editor("System.Windows.Forms.Design.StringCollectionEditor, System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", typeof(System.Drawing.Design.UITypeEditor))]
[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Content)]
public DomainUpDown.DomainUpDownItemCollection Items { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The object collection can be built and made available to the System.Windows.Forms.DomainUpDown control in two ways. You can add items to the collection by using the ArrayList.Add(object) or ArrayList.Insert(int, object) methods.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0