Click here to Skip to main content
15,892,927 members
Articles / Desktop Programming / Windows Forms

Extended RichTextBox

Rate me:
Please Sign up or sign in to vote.
3.87/5 (10 votes)
8 Nov 2008CPOL2 min read 138.6K   15.6K   45  
Rich Text Box control with built in options
<?xml version="1.0"?>
<doc>
<assembly>
<name>
RichTextBoxEx
</name>
</assembly>
<members>
<member name="P:RichTextBoxEx.My.Resources.Resources.ResourceManager">
	<summary>
  Returns the cached ResourceManager instance used by this class.
</summary>
</member><member name="P:RichTextBoxEx.My.Resources.Resources.Culture">
	<summary>
  Overrides the current thread's CurrentUICulture property for all
  resource lookups using this strongly typed resource class.
</summary>
</member><member name="P:RichTextBoxEx.My.Resources.Resources.en_US">
	<summary>
  Looks up a localized string similar to [Copyright]
This dictionary is based on a subset of the original
English wordlist created by Kevin Atkinson for Pspell
and  Aspell and thus is covered by his original
LGPL license.  The affix file is a heavily modified
version of the original english.aff file which was
released as part of Geoff Kuenning's Ispell and as
such is covered by his BSD license.

[Try]
esianrtolcdugmphbyfvkwESIANRTOLCDUGMPHBYFVKW

[Replace]
a ei
ei a
a ey
ey a
ai ie
ie ai
are air
are ear
are eir
air are
air ere
ere air
ere ear
ere  [rest of string was truncated]";.
</summary>
</member><member name="T:RichTextBoxEx.My.Resources.Resources">
	<summary>
  A strongly-typed resource class, for looking up localized strings, etc.
</summary>
</member>
</members>
</doc>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
My area of expertise is developing management database systems for business so that they can efficiently store and lookup existing customer's information and related data, and be able to generate various reports. My goal is to always deliver innovative design and a user friendly interface.

Comments and Discussions