System.Windows.Forms.DomainUpDown.SelectedItem Property

Gets or sets the selected item based on the index value of the selected item in the collection.

Syntax

[System.ComponentModel.DesignerSerializationVisibility(System.ComponentModel.DesignerSerializationVisibility.Hidden)]
[System.ComponentModel.Browsable(false)]
public object SelectedItem { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

When this property is set, the value is validated to be one of the items in the collection, and the DomainUpDown.SelectedIndex property is set to the appropriate index value.

Requirements

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