Class BasicSegmentEditControl
Inheritance
Object
BasicSegmentEditControl
Assembly: Sdl.DesktopEditor.BasicControls.dll
Syntax
public class BasicSegmentEditControl : UserControl
Constructors
BasicSegmentEditControl()
Declaration
public BasicSegmentEditControl()
Properties
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
ItemFactory
Declaration
public IDocumentItemFactory ItemFactory { get; }
Property Value
Methods
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
Type |
Name |
Description |
Boolean |
disposing |
|
GetDocumentSegment()
Declaration
public ISegment GetDocumentSegment()
Returns
MoveSelection(TextLocation, TextLocation)
Declaration
public void MoveSelection(TextLocation fromLocation, TextLocation uptoLocation)
Parameters
RedrawControl()
Declaration
public void RedrawControl()
ReplaceDocumentSegment(ISegment)
Declaration
public void ReplaceDocumentSegment(ISegment segment)
Parameters
Events
SegmentContentChanged
Declaration
public event EventHandler SegmentContentChanged
Event Type
Type |
Description |
EventHandler |
|
Extension Methods