Token Constructor (String, Color, Color)

Krypton OutlookGrid

Token Constructor (String, Color, Color)
Krypton OutlookGrid v1.6.0
Constructor

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumns
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public Token(
	string text,
	Color bg,
	Color fg
)
Public Sub New ( 
	text As String,
	bg As Color,
	fg As Color
)

Parameters

text
Type: SystemString
Text of the token
bg
Type: System.DrawingColor
Background color
fg
Type: System.DrawingColor
Foreground text color
See Also