ValueFromListBinderTModel, TControl, TValue, TListModelSetSelectedListValue Method |
Sets 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 void SetSelectedListValue(
TValue value
)
Protected Sub SetSelectedListValue (
value As TValue
)
protected:
void SetSelectedListValue(
TValue value
)
member SetSelectedListValue :
value : 'TValue -> unit
Parameters
- value
- Type: TValue
See Also