Update Notes

TX Text Control 24.0 provides the following changes and enhancements on existing elements:

Methods

Method Description
TXTextControl.DataVisualization.DrawingFrame.Refresh A further overload can be used when only a part of the drawing must be refreshed.
TXTextControl.DocumentServer.MailMerge.MergeObjects The method now also handles collections containing items of type System.Collections.Generic.Dictionary with string keys.
TXTextControl.ServerVisualization.View.GetImage Two further overloads can be used to get a clipping of the view's image.

Enumerations

Enumeration Description
TXTextControl.CursorKind The new DragDropCopy, DragDropMove and No members indicate the different cursors during a drag and drop operation.
TXTextControl.ServerVisualization.DrawShapeEventArgs.Shape The new DropCaret member determines the rectangle indicating the text input position where text is inserted during a drag and drop operation.

Events

Event Description
TXTextControl.ServerVisualization.View.Changed The event handler's type has been changed from System.EventHandler to ViewChangedEventHandler.