[]
        
(Showing Draft Content)

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

ItemTemplateInfo Constructor

ItemTemplateInfo()

Initializes a new instance of the ItemTemplateInfo class.

Declaration
public ItemTemplateInfo()
Public Sub New()

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

Initializes a new instance of the ItemTemplateInfo class with values.

Declaration
public ItemTemplateInfo(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

An 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.

ItemTemplateInfo(SerializationInfo, StreamingContext)

Initializes a new instance of this class.

Declaration
protected ItemTemplateInfo(SerializationInfo info, StreamingContext context)
Protected Sub New(info As SerializationInfo, context As StreamingContext)
Parameters
Type Name Description
SerializationInfo info

The information.

StreamingContext context

The context.