TextAndImage Class

Krypton OutlookGrid

TextAndImage Class
Krypton OutlookGrid v1.6.0
Class for TextAndImage object
Inheritance Hierarchy
SystemObject  JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.CustomColumnsTextAndImage

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

The TextAndImage type exposes the following members.

Constructors
  NameDescription
Public methodTextAndImage
Constructor
Public methodTextAndImage(String, Image)
Constructor
Top
Methods
  NameDescription
Public methodCompareTo
Compares to.
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
Fields
  NameDescription
Public fieldImage
The image
Public fieldText
The text
Top
See Also