[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.ItemTemplate.-ctor

ItemTemplate Constructor

ItemTemplate()

Initializes a new instance of the ItemTemplate class.

Declaration
public ItemTemplate()
Public Sub New()

ItemTemplate(int, object, Color, Color, int, Font, GradientEffect)

Initializes a new instance of the ItemTemplate class with values.

Declaration
public ItemTemplate(int indent, object image, Color backColor, Color foreColor, int height, Font font, GradientEffect gradientEffect)
Public Sub New(indent As Integer, image As Object, backColor As Color, foreColor As Color, height As Integer, font As Font, gradientEffect As GradientEffect)
Parameters
Type Name Description
int indent

An int value that represents the indent of the ListItem.

object image

An object value that represents the Image of the ListItem.

Color backColor

A Color value that represents the BackColor of the ListItem.

Color foreColor

A Color value that represents the ForeColor of the ListItem.

int height

A int value that represents the Height of ListItem.

Font font

A Font value that represents the Font of ListItem.

GradientEffect gradientEffect

A GradientEffect that represents the GradientEffect of the ListItem.