Class HighlightOnValueChanged
Attach this property to any input control to bold the control if the input value is different than the default one
Inheritance
HighlightOnValueChanged
Assembly: Sdl.Desktop.Platform.Controls.dll
public class HighlightOnValueChanged
Constructors
Declaration
public HighlightOnValueChanged()
Fields
Set the property from which to obtain the current value
Declaration
public static readonly DependencyProperty CompareToProperty
Field Value
Declaration
public static readonly DependencyProperty DefaultValueProperty
Field Value
Methods
Declaration
public static string GetCompareTo(DependencyObject depObj)
Parameters
Returns
Declaration
public static object GetDefaultValue(DependencyObject depObj)
Parameters
Returns
Declaration
public static void SetCompareTo(DependencyObject depObj, string value)
Parameters
Declaration
public static void SetDefaultValue(DependencyObject depObj, object value)
Parameters
Extension Methods