C# Class XnaGUILib.XGListBoxItem

Afficher le fichier Open project: GalacticSoft/Azmyth Class Usage Examples

Méthodes publiques

Свойство Type Description
Tag object
Value object

Méthodes publiques

Méthode Description
XGListBoxItem ( object value ) : System
XGListBoxItem ( object value, object tag ) : System

Method Details

XGListBoxItem() public méthode

public XGListBoxItem ( object value ) : System
value object
Résultat System

XGListBoxItem() public méthode

public XGListBoxItem ( object value, object tag ) : System
value object
tag object
Résultat System

Property Details

Tag public_oe property

public object Tag
Résultat object

Value public_oe property

public object Value
Résultat object