BooleanToCustomSelectionModeConverter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public class BooleanToCustomSelectionModeConverter : Microsoft.VisualStudio.PlatformUI.ValueConverter<bool,System.Windows.Controls.SelectionMode>
type BooleanToCustomSelectionModeConverter = class
inherit ValueConverter<bool, SelectionMode>
Public Class BooleanToCustomSelectionModeConverter
Inherits ValueConverter(Of Boolean, SelectionMode)
- Inheritance
Constructors
BooleanToCustomSelectionModeConverter() |
Initializes a new BooleanToCustomSelectionModeConverter |
Properties
SelectionModeIfFalse |
Gets or sets the selection mode to evaluate to if the input value is false. |
SelectionModeIfTrue |
Gets or sets the selection mode to evaluate to if the input value is true. |
Methods
Convert(Boolean, Object, CultureInfo) |
Microsoft internal use only. |
Convert(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
Convert(TSource, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(Object, Type, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |
ConvertBack(SelectionMode, Object, CultureInfo) |
Microsoft internal use only. |
ConvertBack(TTarget, Object, CultureInfo) |
Microsoft internal use only. (Inherited from ValueConverter<TSource,TTarget>) |