Interface ISegmentEditControl
Edit control for displaying and (optionally) editing content of a markup data container, such as a segment.
Inherited Members
System.IDisposable.Dispose()
Namespace: Sdl.DesktopEditor.EditorApi
Assembly: Sdl.DesktopEditor.EditorApi.dll
Syntax
public interface ISegmentEditControl : IAbstractFrameworkEditControl, IEditControl, IControl, IDisposable
Properties
Document
The content being shown and edited in the control.
Declaration
ISegmentDocument Document { get; set; }
Property Value
Type | Description |
---|---|
ISegmentDocument |