C# Class XnaGUILib.XGListBoxItem

Mostra file Open project: GalacticSoft/Azmyth Class Usage Examples

Public Properties

Property Type Description
Tag object
Value object

Public Methods

Method Description
XGListBoxItem ( object value ) : System
XGListBoxItem ( object value, object tag ) : System

Method Details

XGListBoxItem() public method

public XGListBoxItem ( object value ) : System
value object
return System

XGListBoxItem() public method

public XGListBoxItem ( object value, object tag ) : System
value object
tag object
return System

Property Details

Tag public_oe property

public object Tag
return object

Value public_oe property

public object Value
return object