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

Resets back color of specified text part to original. Doesn't return cursor to original position!

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void ResetBackColor(
	int startIndex,
	int length
)
Public Sub ResetBackColor ( _
	startIndex As Integer, _
	length As Integer _
)
public:
void ResetBackColor(
	int startIndex, 
	int length
)

Parameters

startIndex
Int32
First character.
length
Int32
Text length.

See Also