Products Technologies Demo Docs Blog Support Company

How to Call TX Text Control Properties from a UserControl

Wrapping TX Text Control inside a UserControl for Internet Explorer bundles all associated controls into a single reusable container. The linked newsletter article shows how to expose all TX Text Control properties and methods from within that UserControl to the host page.

How to Call TX Text Control Properties from a UserControl

Learn now to encapsulate all of TX Text Control's controls in Microsoft Internet Explorer and still have access to all TX Text Control properties and methods.

Stay in the loop!

Subscribe to the newsletter to receive the latest updates.

ActiveX

TX Text Control ActiveX is a royalty-free, fully programmable rich edit control that offers developers a broad range of word processing features in a reusable component. It provides comprehensive text formatting, powerful mail merge features and all word processing key concepts such as table support, images, headers and footers and page sections.

See ActiveX products

Related Posts

ActiveXLinesSample

How to Get the Last Line in TX Text Control ActiveX

Detecting whether the cursor sits on the last line in TX Text Control ActiveX requires checking SelStart against both the full text length and the result of GetLineFromChar against GetLineCount.…


ActiveXSample

FontItalic on CTRL+i with TX Text Control ActiveX

By default, TX Text Control ActiveX inserts a tab character when the user presses CTRL+I because both share KeyAscii value 9. This VB sample tracks the CTRL key state in KeyDown, nullifies the tab…


ActiveXSample

Modifying Styles in TX Text Control ActiveX

TX Text Control .NET for Windows Forms exposes FormattingStyle as the base class for InlineStyle and ParagraphStyle. In the ActiveX edition, the Style object and Styles collection let developers…


ActiveX.NETSample

Open Documents with an Offset

TX Text Control ActiveX supports saving documents with a byte offset to embed custom file headers. In TX Text Control .NET for Windows Forms, a FileStream with its Position property set to the…


ActiveXSample

'Change Case' in TX Text Control ActiveX

This sample application implements Word-style case conversion in TX Text Control ActiveX using Visual Basic. It covers five modes: UPPER CASE, lower case, Title Case, tOgGlE cAsE, and Sentence…

Share on this blog post on: