SelectionBoxColorsSettings(Color, Color, Color) Constructor

NOTE: This member is now obsolete. Use the overload with the borderXOR parameter.

Deprecated constructor. Use the overload with the borderXOR parameter.
Public Sub New( _ 
ByVal crossing As Color, _ 
ByVal enclosed As Color, _ 
ByVal visible As Color
)
This language is not supported or no code example is available.
public SelectionBoxColorsSettings( 
Color crossing
Color enclosed
Color visible 
)
This language is not supported or no code example is available.

Parameters

crossing
Color

The color used to draw the box and polygon for crossing selection mode

enclosed
Color

The color used to draw the box and polygon for enclosed selection mode

visible
Color

The color used to draw the box and polygon for visible selection mode

.NET Framework

Supported in: 4.8

In this article

Definition