C# Class Microsoft.Windows.Controls.Ribbon.Primitives.RibbonScrollButtonVisibilityConverter

Data binding converter to handle the visibility of repeat buttons in scrolling ribbon.
Inheritance: IMultiValueConverter
ファイルを表示 Open project: kasicass/kasicass

Public Methods

Method Description
Convert ( object values, Type targetType, object parameter, CultureInfo culture ) : object

Convert a value. Called when moving a value from source to target.

ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]

Not Supported

Method Details

Convert() public method

Convert a value. Called when moving a value from source to target.
public Convert ( object values, Type targetType, object parameter, CultureInfo culture ) : object
values object values as produced by source binding
targetType System.Type target type
parameter object converter parameter
culture System.Globalization.CultureInfo culture information
return object

ConvertBack() public method

Not Supported
public ConvertBack ( object value, Type targetTypes, object parameter, CultureInfo culture ) : object[]
value object value, as produced by target
targetTypes System.Type target types
parameter object converter parameter
culture System.Globalization.CultureInfo culture information
return object[]