C# Class XNAInterfaceComponents.ParentComponents.XNADialog

Inheritance: XNAInterfaceComponents.Components.XNAPanel
Show file Open project: Wotuu/RTS_XNA_v2

Public Methods

Method Description
Dispose ( ) : void

Disposes the message dialog. Does the same as calling Unload();.

Dispose ( XNAButton source ) : void

Every button calls this, as in .. on click, remove!

DoLayout ( ) : void
GetDepth ( ) : int

Override the normal GetDepth() function.

XNADialog ( ) : System

Method Details

Dispose() public method

Disposes the message dialog. Does the same as calling Unload();.
public Dispose ( ) : void
return void

Dispose() public method

Every button calls this, as in .. on click, remove!
public Dispose ( XNAButton source ) : void
source XNAInterfaceComponents.AbstractComponents.XNAButton The button that clicked it (irrelevant schmuck)
return void

DoLayout() public abstract method

public abstract DoLayout ( ) : void
return void

GetDepth() public method

Override the normal GetDepth() function.
public GetDepth ( ) : int
return int

XNADialog() public method

public XNADialog ( ) : System
return System