Token Class

Krypton OutlookGrid

Token Class
Krypton OutlookGrid v1.6.0
Token object
Inheritance Hierarchy
SystemObject  JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumnsToken

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 class Token : IComparable<Token>
Public Class Token
	Implements IComparable(Of Token)

The Token type exposes the following members.

Constructors
  NameDescription
Public methodToken
Default constructor
Public methodToken(String, Color, Color)
Constructor
Top
Properties
  NameDescription
Public propertyBackColor
Background color
Public propertyForeColor
Foreground text color
Public propertyText
Text of the token
Top
Methods
  NameDescription
Public methodCompareTo
Compare a Token to another
Public methodEquals
Overrides Equals
(Overrides ObjectEquals(Object).)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode
Overrides GetHashCode
(Overrides ObjectGetHashCode.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Overrides ToString
(Overrides ObjectToString.)
Top
See Also