When SelectionMarkOuter is true, this method specifies how outer area will be drawn.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public void SetSelectionMarkOuterStyle(
	int alpha,
	IERGB color
)
Public Sub SetSelectionMarkOuterStyle ( _
	alpha As Integer, _
	color As IERGB _
)
public:
void SetSelectionMarkOuterStyle(
	int alpha, 
	IERGB color
)

Parameters

alpha
Int32
If alpha=-1 (default) a grid of grays is displayed. If alpha>=0 and less than 255 a solid color is painted.
color
IERGB
Solid color when alpha is >=0.

See Also