Krypton OutlookGrid Help
![]() | Token Constructor (String, Color, Color) |
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)

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
