Skype:TextControlSupport
Orders:877-462-4772
TX Text Control - word processing components.
« »

Copying the complete content into the clipboard

Blogged by Björn Meyer on April 04, 2006 and tagged with Samples, .NET.

Sometimes, it is necessary to copy the complete content of TX Text Control .NET into the clipboard. If you do this by selecting everything and using the Copy() method, not every element will be copied into the clipboard. In this case, the Save() method can be used to save the content into a variable. Using this variable, a DataObject can be filled and passed to the Clipboard itself.

Dim data As New DataObject
Dim RTF As String

TextControl1.Save(RTF, TXTextControl.StringStreamType.RichTextFormat)
data.SetData(DataFormats.Rtf, RTF)
Clipboard.SetDataObject(data)
« Prev:Changing FieldTypeData of a specific field
» Next:Does TX Text Control fit my requirements?

top

Top 10 Bestselling Product Award 2007Top 25 Publisher Product Award 2007Top 10 Bestselling Product Award 2007 in JapanTop 25 Bestselling Product Award 2006Top 25 Bestselling Publisher Award 2006Reader's Choice Award, dot.net magazin, 3rd place