The Options Tab Converter. Controls which tab is dispalyed.
More...
List of all members.
Public Member Functions |
| object | Convert (object value, Type targetType, object parameter, CultureInfo culture) |
| | Converts a value.
|
| object | ConvertBack (object value, Type targetType, object parameter, CultureInfo culture) |
| | Converts a value.
|
Detailed Description
The Options Tab Converter. Controls which tab is dispalyed.
Member Function Documentation
| object HandBrakeWPF::Converters::Options::OptionsTabConverter::Convert |
( |
object |
value, |
|
|
Type |
targetType, |
|
|
object |
parameter, |
|
|
CultureInfo |
culture | |
|
) |
| | [inline] |
Converts a value.
- Returns:
- A converted value. If the method returns null, the valid null value is used.
- Parameters:
-
| value | The value produced by the binding source. |
| targetType | The type of the binding target property. |
| parameter | The converter parameter to use. |
| culture | The culture to use in the converter. |
| object HandBrakeWPF::Converters::Options::OptionsTabConverter::ConvertBack |
( |
object |
value, |
|
|
Type |
targetType, |
|
|
object |
parameter, |
|
|
CultureInfo |
culture | |
|
) |
| | [inline] |
Converts a value.
- Returns:
- A converted value. If the method returns null, the valid null value is used.
- Parameters:
-
| value | The value that is produced by the binding target. |
| targetType | The type to convert to. |
| parameter | The converter parameter to use. |
| culture | The culture to use in the converter. |
The documentation for this class was generated from the following file: