Click or drag to resize
Task Scheduler Managed Class Library

CustomComboBoxSelectedValue Property

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

Namespace: Microsoft.Win32.TaskScheduler
Assembly: Microsoft.Win32.TaskSchedulerEditor (in Microsoft.Win32.TaskSchedulerEditor.dll) Version: 2.12.1
Syntax
C#
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public Object SelectedValue { get; set; }
Request Example View Source

Property Value

Object

Return Value

Object
An object containing the value of the member of the data source specified by the ValueMember property.
Exceptions
ExceptionCondition
InvalidOperationException The assigned value is null or the empty string ("").
See Also