Search Results for

    Show / Hide Table of Contents

    Class HighlightOnValueChanged

    Attach this property to any input control to bold the control if the input value is different than the default one

    Inheritance
    object
    HighlightOnValueChanged
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Behaviours
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public class HighlightOnValueChanged

    Constructors

    HighlightOnValueChanged()

    Declaration
    public HighlightOnValueChanged()

    Fields

    CompareToProperty

    Set the property from which to obtain the current value

    Declaration
    public static readonly DependencyProperty CompareToProperty
    Field Value
    Type Description
    DependencyProperty

    DefaultValueProperty

    Set the default value.

    Declaration
    public static readonly DependencyProperty DefaultValueProperty
    Field Value
    Type Description
    DependencyProperty

    Methods

    GetCompareTo(DependencyObject)

    Declaration
    public static string GetCompareTo(DependencyObject depObj)
    Parameters
    Type Name Description
    DependencyObject depObj
    Returns
    Type Description
    string

    GetDefaultValue(DependencyObject)

    Declaration
    public static object GetDefaultValue(DependencyObject depObj)
    Parameters
    Type Name Description
    DependencyObject depObj
    Returns
    Type Description
    object

    SetCompareTo(DependencyObject, string)

    Declaration
    public static void SetCompareTo(DependencyObject depObj, string value)
    Parameters
    Type Name Description
    DependencyObject depObj
    string value

    SetDefaultValue(DependencyObject, object)

    Declaration
    public static void SetDefaultValue(DependencyObject depObj, object value)
    Parameters
    Type Name Description
    DependencyObject depObj
    object value

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • HighlightOnValueChanged()
    • Fields
      • CompareToProperty
      • DefaultValueProperty
    • Methods
      • GetCompareTo(DependencyObject)
      • GetDefaultValue(DependencyObject)
      • SetCompareTo(DependencyObject, string)
      • SetDefaultValue(DependencyObject, object)
    • Extension Methods
    Back to top Generated by DocFX