TextAndImage Constructor (String, Image)

Krypton OutlookGrid

TextAndImage Constructor (String, Image)
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 TextAndImage(
	string text,
	Image img
)
Public Sub New ( 
	text As String,
	img As Image
)

Parameters

text
Type: SystemString
The text.
img
Type: System.DrawingImage
The image.
See Also