Search Results for

    Show / Hide Table of Contents

    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
    In this article
    • Methods
      • ForWindowFromFrameworkElement(object, Action<Window>)
    Back to top Generated by DocFX