| ComboBoxValueBinderTModel, TValue Fields | 
The ComboBoxValueBinderTModel, TValue generic type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|  | _GetControlValue | 
            Protected method that reads a control's current value.
            (Inherited from ValueBinderTModel, TControl, TValue.) | 
|  | _ListUpdatesLocked | 
            True if copies between lists are locked.
            (Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.) | 
|  | _SetControlValue | 
            Protected method that writes a control's current value.
            (Inherited from ValueBinderTModel, TControl, TValue.) | 
|  | _UpdatesLocked | 
            True if changes are not to be copied between the control and the model.
            (Inherited from ControlBinder.) | 
 See Also
See Also