C# Class XRefresh.ProjecTypeItem

Inheritance: object
Show file Open project: binaryage/xrefresh Class Usage Examples

Public Properties

Property Type Description
Description string
ForeColor Color
ImageIndex int
Mark bool
Separator bool
Tag object
Text string

Public Methods

Method Description
ToString ( ) : string

Method Details

ToString() public method

public ToString ( ) : string
return string

Property Details

Description public property

public string Description
return string

ForeColor public property

public Color ForeColor
return Color

ImageIndex public property

public int ImageIndex
return int

Mark public property

public bool Mark
return bool

Separator public property

public bool Separator
return bool

Tag public property

public object Tag
return object

Text public property

public string Text
return string