C# Class XRefresh.ProjecTypeItem

Inheritance: object
显示文件 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_oe property

public string Description
return string

ForeColor public_oe property

public Color ForeColor
return Color

ImageIndex public_oe property

public int ImageIndex
return int

Mark public_oe property

public bool Mark
return bool

Separator public_oe property

public bool Separator
return bool

Tag public_oe property

public object Tag
return object

Text public_oe property

public string Text
return string