ValueFromListBinderTModel, TControl, TValue, TListModelDoSetSelectedListValue Method |
Does the work of setting the value for the selected item in the list.
Namespace: VirtualRadar.WinForms.PortableBindingAssembly: VirtualRadar.WinForms (in VirtualRadar.WinForms.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax protected abstract void DoSetSelectedListValue(
TValue value
)
Protected MustOverride Sub DoSetSelectedListValue (
value As TValue
)
protected:
virtual void DoSetSelectedListValue(
TValue value
) abstract
abstract DoSetSelectedListValue :
value : 'TValue -> unit
Parameters
- value
- Type: TValue
See Also