Click or drag to resize
ComboBoxBinderTModel, TListModel, TValue Methods

The ComboBoxBinderTModel, TListModel, TValue generic type exposes the following members.

Methods
  NameDescription
Protected methodChangeModelObject
Changes the model object.
(Inherited from ControlBinder.)
Public methodCopyControlToModel
Refreshes the model's content with the content of the control.
(Inherited from ControlBinder.)
Protected methodCopyListToControl
Copies the list to the control.
(Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.)
Public methodCopyModelToControl
Refreshes the control's content with the content of the model.
(Inherited from ControlBinder.)
Public methodDispose
See interface docs.
(Inherited from ControlBinder.)
Protected methodDispose(Boolean)
See base docs.
(Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.)
Protected methodDoCopyControlToModel
See base docs.
(Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.)
Protected methodDoCopyListToControl
See base docs.
(Overrides ValueFromListBinderTModel, TControl, TValue, TListModelDoCopyListToControl(IEnumerableItemDescriptionTListModel).)
Protected methodDoCopyModelToControl
See base docs.
(Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.)
Protected methodDoGetSelectedListValue
See base docs.
(Overrides ValueFromListBinderTModel, TControl, TValue, TListModelDoGetSelectedListValue.)
Protected methodDoHookControl
Performs the actual work of hooking the control. Can be overridden.
(Inherited from ControlBinder.)
Protected methodDoHookControlPropertyChanged
See base docs.
(Overrides ControlBinderDoHookControlPropertyChanged(EventHandler).)
Protected methodDoHookModel
See base docs.
(Inherited from ValueBinderTModel, TControl, TValue.)
Protected methodDoInitialiseControl
Does the work of initialising the control. By default this just calls CopyModelToControl.
(Inherited from ControlBinder.)
Protected methodDoInitialising
See base docs.
(Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.)
Protected methodDoSetSelectedListValue
See base docs.
(Overrides ValueFromListBinderTModel, TControl, TValue, TListModelDoSetSelectedListValue(TValue).)
Protected methodDoUnhookControl
Performs the actual work of unhooking the control. Can be overridden.
(Inherited from ControlBinder.)
Protected methodDoUnhookControlPropertyChanged
See base docs.
(Overrides ControlBinderDoUnhookControlPropertyChanged(EventHandler).)
Protected methodDoUnhookModel
See base docs.
(Inherited from ValueBinderTModel, TControl, TValue.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Finalises the object.
(Inherited from ControlBinder.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Protected methodGetSelectedListValue
Gets the value for the selected item from the list.
(Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHookControl
Hooks the events on the control.
(Inherited from ControlBinder.)
Protected methodHookModel
Hooks the events on the model.
(Inherited from ControlBinder.)
Public methodInitialise
Initialises the binder. Must be called before the binder will start working.
(Inherited from ControlBinder.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodSetSelectedListValue
Sets the value for the selected item in the list.
(Inherited from ValueFromListBinderTModel, TControl, TValue, TListModel.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodUnhookControl
Unhooks the events on the control.
(Inherited from ControlBinder.)
Protected methodUnhookModel
Unhooks the events on the model.
(Inherited from ControlBinder.)
Top
See Also