CK.Plugins.ObjectExplorer.ScrollbarOnFarRightConverter.ConvertBack C# (CSharp) Method

ConvertBack() public method

public ConvertBack ( object value, System targetTypes, object parameter, System culture ) : object[]
value object
targetTypes System
parameter object
culture System
return object[]
        public object[] ConvertBack(object value, System.Type[] targetTypes, object parameter, System.Globalization.CultureInfo culture)
        {
            throw new System.NotImplementedException();
        }
ScrollbarOnFarRightConverter