CustomComboBoxSelectedValue Property

Gets or sets the value of the member property specified by the ValueMember property.

Definition

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.11.0
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public Object SelectedValue { get; set; }

Property Value

Object

Return Value

Object
An object containing the value of the member of the data source specified by the ValueMember property.

Exceptions

InvalidOperationException The assigned value is null or the empty string ("").

See Also