Search Results for

    Show / Hide Table of Contents

    Interface IControl

    This interface provides access to the Windows forms Control implementation.

    Inherited Members
    System.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
    System.Windows.Forms.Control

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Properties
      • Control
    • Extension Methods
    Back to top Generated by DocFX