C# Class CK.Plugins.ObjectExplorer.ScrollbarOnFarRightConverter

Inheritance: IMultiValueConverter
Show file Open project: Invenietis/ck-certified

Public Methods

Method Description
Convert ( object values, System targetType, object parameter, System culture ) : object
ConvertBack ( object value, System targetTypes, object parameter, System culture ) : object[]

Method Details

Convert() public method

public Convert ( object values, System targetType, object parameter, System culture ) : object
values object
targetType System
parameter object
culture System
return object

ConvertBack() public method

public ConvertBack ( object value, System targetTypes, object parameter, System culture ) : object[]
value object
targetTypes System
parameter object
culture System
return object[]