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

Namespace:  Phoenix.Gui.Controls
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class RichTextBoxEx : RichTextBox
Public Class RichTextBoxEx _
	Inherits RichTextBox
public ref class RichTextBoxEx : public RichTextBox

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
RichTextBoxEx()()()
Initializes a new instance of the RichTextBoxEx class
GetState()()()
HorizontalScrollPos
Gets horizontal scrollbar position.
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()()()
VerticalScrollPos
Gets vertical scrollbar position.

Inheritance Hierarchy

See Also