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

Sets color of specified text part. 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 SetColor(
	int startIndex,
	int length,
	Color color
)
Public Sub SetColor ( _
	startIndex As Integer, _
	length As Integer, _
	color As Color _
)
public:
void SetColor(
	int startIndex, 
	int length, 
	Color color
)

Parameters

startIndex
Int32
First colored character.
length
Int32
Colored text length.
color
Color
New text color.

See Also