C# Class Binda.KeyValueListStrategy

Inheritance: ListControlBindaStrategy
Show file Open project: minton/binda

Public Methods

Method Description
GetControlValue ( Control control ) : object
SetControlValue ( Control control, object source, string propertyName ) : void

Method Details

GetControlValue() public method

public GetControlValue ( Control control ) : object
control System.Windows.Forms.Control
return object

SetControlValue() public method

public SetControlValue ( Control control, object source, string propertyName ) : void
control System.Windows.Forms.Control
source object
propertyName string
return void