Search Results for

    Show / Hide Table of Contents

    Class TimedAutoHideBehaviour

    Inheritance
    object
    TimedAutoHideBehaviour
    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 TimedAutoHideBehaviour

    Constructors

    TimedAutoHideBehaviour()

    Declaration
    public TimedAutoHideBehaviour()

    Fields

    AutoHideIntervalProperty

    Declaration
    public static readonly DependencyProperty AutoHideIntervalProperty
    Field Value
    Type Description
    DependencyProperty

    ShowMessageProperty

    Declaration
    public static readonly DependencyProperty ShowMessageProperty
    Field Value
    Type Description
    DependencyProperty

    Methods

    GetAutoHideInterval(DependencyObject)

    Declaration
    public static int GetAutoHideInterval(DependencyObject obj)
    Parameters
    Type Name Description
    DependencyObject obj
    Returns
    Type Description
    int

    GetShowMessage(DependencyObject)

    Declaration
    public static bool GetShowMessage(DependencyObject obj)
    Parameters
    Type Name Description
    DependencyObject obj
    Returns
    Type Description
    bool

    SetAutoHideInterval(DependencyObject, int)

    Declaration
    public static void SetAutoHideInterval(DependencyObject obj, int value)
    Parameters
    Type Name Description
    DependencyObject obj
    int value

    SetShowMessage(DependencyObject, bool)

    Declaration
    public static void SetShowMessage(DependencyObject obj, bool value)
    Parameters
    Type Name Description
    DependencyObject obj
    bool value

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    • Constructors
      • TimedAutoHideBehaviour()
    • Fields
      • AutoHideIntervalProperty
      • ShowMessageProperty
    • Methods
      • GetAutoHideInterval(DependencyObject)
      • GetShowMessage(DependencyObject)
      • SetAutoHideInterval(DependencyObject, int)
      • SetShowMessage(DependencyObject, bool)
    • Extension Methods
    Back to top Generated by DocFX