Sets the colors used to draw animated selections

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetSelectionColors(
	Color color1,
	Color color2
)
Public Sub SetSelectionColors ( _
	color1 As Color, _
	color2 As Color _
)
public:
void SetSelectionColors(
	Color color1, 
	Color color2
)

Parameters

color1
Color
the first color
color2
Color
the second color

See Also