[This is preliminary documentation and is subject to change.]

The RichTextBoxEx type exposes the following methods.

Methods

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
GetState()()()
LockWindowUpdate()()()
ResetBackColor(Int32, Int32)
Resets back color of specified text part to original. Doesn't return cursor to original position!
ResetColor(Int32, Int32)
Resets color of specified text part to original. Doesn't return cursor to original position!
ResetColors(Int32, Int32)
Resets both fore and back color of specified text part to original. Doesn't return cursor to original position!
ScrollToBottom()()()
SetBackColor(Int32, Int32, Color)
Sets back color of specified text part. Doesn't return cursor to original position!
SetColor(Int32, Int32, Color)
Sets color of specified text part. Doesn't return cursor to original position!
SetScrollPos(Int32, Int32)
Scrolls control scrollbars to specified positions.
SetState(RichTextBoxEx..::.State)
UnlockWindowUpdate()()()

See Also