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 |