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 |
|---|---|
| Int32 |
GetShowMessage(DependencyObject)
Declaration
public static bool GetShowMessage(DependencyObject obj)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | obj |
Returns
| Type | Description |
|---|---|
| Boolean |
SetAutoHideInterval(DependencyObject, Int32)
Declaration
public static void SetAutoHideInterval(DependencyObject obj, int value)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | obj | |
| Int32 | value |
SetShowMessage(DependencyObject, Boolean)
Declaration
public static void SetShowMessage(DependencyObject obj, bool value)
Parameters
| Type | Name | Description |
|---|---|---|
| DependencyObject | obj | |
| Boolean | value |