Search Results for

    Show / Hide Table of Contents

    Class TimedAutoHideBehaviour

    Inheritance
    System.Object
    TimedAutoHideBehaviour
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.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
    System.Windows.DependencyProperty

    ShowMessageProperty

    Declaration
    public static readonly DependencyProperty ShowMessageProperty
    Field Value
    Type Description
    System.Windows.DependencyProperty

    Methods

    GetAutoHideInterval(DependencyObject)

    Declaration
    public static int GetAutoHideInterval(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type Description
    System.Int32

    GetShowMessage(DependencyObject)

    Declaration
    public static bool GetShowMessage(DependencyObject obj)
    Parameters
    Type Name Description
    System.Windows.DependencyObject obj
    Returns
    Type Description
    System.Boolean

    SetAutoHideInterval(DependencyObject, Int32)

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

    SetShowMessage(DependencyObject, Boolean)

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

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • TimedAutoHideBehaviour()
    • Fields
      • AutoHideIntervalProperty
      • ShowMessageProperty
    • Methods
      • GetAutoHideInterval(DependencyObject)
      • GetShowMessage(DependencyObject)
      • SetAutoHideInterval(DependencyObject, Int32)
      • SetShowMessage(DependencyObject, Boolean)
    • Extension Methods
    Back to top Generated by DocFX