⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Interface IControl

    This interface provides access to the Windows forms Control implementation.

    Inherited Members
    IDisposable.Dispose()
    Namespace: Sdl.DesktopEditor.EditorApi
    Assembly: Sdl.DesktopEditor.EditorApi.dll
    Syntax
    public interface IControl : IDisposable

    Properties

    Control

    Provides access to the actual control.

    Declaration
    Control Control { get; }
    Property Value
    Type Description
    Control

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    Back to top Generated by DocFX