Interface IControl
This interface provides access to the Windows forms Control implementation.
Inherited Members
Namespace: SdlSdl.DesktopEditorEditorApi
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 |