Share via


InputFieldBackgroundTextConverter Class

Definition

The InputFieldBackgroundTextConverter is responsible for determing the correct background text to display for a particular type of data.

public ref class InputFieldBackgroundTextConverter : System::Windows::Data::IValueConverter
public class InputFieldBackgroundTextConverter : System.Windows.Data.IValueConverter
type InputFieldBackgroundTextConverter = class
    interface IValueConverter
Public Class InputFieldBackgroundTextConverter
Implements IValueConverter
Inheritance
InputFieldBackgroundTextConverter
Implements

Constructors

InputFieldBackgroundTextConverter()

Methods

Convert(Object, Type, Object, CultureInfo)

Converts a value of type ValidatingValue of T into a background string which provides a hint to the end user (e.g. Empty, M/d/yy).

ConvertBack(Object, Type, Object, CultureInfo)

This method is not used.

Applies to