C# Class XnaGUILib.XGRadioGroup

Inheritance: XGControl
Afficher le fichier Open project: GalacticSoft/Azmyth

Méthodes publiques

Méthode Description
Draw ( float frameTime ) : void
NotifyChildCollectionChanged ( ) : void
XGRadioGroup ( Rectangle rect, string text ) : System
XGRadioGroup ( Rectangle rect, string text, XGValueChangedEvent checkChangedEventHandler ) : System

Méthodes protégées

Méthode Description
GetFocus ( ) : void

Private Methods

Méthode Description
Activate ( Point point ) : bool
NotifyChecked ( XGRadioButton checkedRadio ) : void

Method Details

Draw() public méthode

public Draw ( float frameTime ) : void
frameTime float
Résultat void

GetFocus() protected méthode

protected GetFocus ( ) : void
Résultat void

NotifyChildCollectionChanged() public méthode

public NotifyChildCollectionChanged ( ) : void
Résultat void

XGRadioGroup() public méthode

public XGRadioGroup ( Rectangle rect, string text ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
Résultat System

XGRadioGroup() public méthode

public XGRadioGroup ( Rectangle rect, string text, XGValueChangedEvent checkChangedEventHandler ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
checkChangedEventHandler XGValueChangedEvent
Résultat System