Class WindowsControlUtils
Inheritance
Object
WindowsControlUtils
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.Controls
Assembly: Sdl.Desktop.Platform.Controls.dll
Syntax
public static class WindowsControlUtils
Methods
ForWindowFromFrameworkElement(Object, Action<Window>)
Declaration
public static void ForWindowFromFrameworkElement(this object frameworkElement, Action<Window> action)
Parameters
Type | Name | Description |
---|---|---|
Object | frameworkElement | |
Action<Window> | action |