C# Class XnaGUILib.XGRadioGroup

Inheritance: XGControl
显示文件 Open project: GalacticSoft/Azmyth

Public Methods

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

Protected Methods

Method Description
GetFocus ( ) : void

Private Methods

Method Description
Activate ( Point point ) : bool
NotifyChecked ( XGRadioButton checkedRadio ) : void

Method Details

Draw() public method

public Draw ( float frameTime ) : void
frameTime float
return void

GetFocus() protected method

protected GetFocus ( ) : void
return void

NotifyChildCollectionChanged() public method

public NotifyChildCollectionChanged ( ) : void
return void

XGRadioGroup() public method

public XGRadioGroup ( Rectangle rect, string text ) : System
rect Microsoft.Xna.Framework.Rectangle
text string
return System

XGRadioGroup() public method

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