A Sandcastle Documented Class Library
| MainMenu Class |
Main menu user form
Inheritance HierarchySystemObject SystemMarshalByRefObject
System.ComponentModelComponent
System.Windows.FormsControl
System.Windows.FormsScrollableControl
System.Windows.FormsContainerControl
System.Windows.FormsForm
FightGameAIDemoMainMenu
System.ComponentModelComponent
System.Windows.FormsControl
System.Windows.FormsScrollableControl
System.Windows.FormsContainerControl
System.Windows.FormsForm
FightGameAIDemoMainMenu
Namespace: FightGameAIDemo
Assembly: FightGameAIDemo (in FightGameAIDemo.exe) Version: 1.0.0.0 (1.0.0.0)
SyntaxC#
public class MainMenu : Form
The MainMenu type exposes the following members.
Constructors
Methods| Name | Description | |
|---|---|---|
![]() | btnFightScreen_Click |
Handles the Click event of the btnFightScreen control.
Opens the AI Fight game form
|
![]() | btnQuit_Click |
Handles the Click event of the btnQuit control.
Closes the application
|
![]() | Dispose |
Clean up any resources being used.
(Overrides FormDispose(Boolean).) |
![]() | FightGameForm_Load |
Handles the Load event of the FightGameForm control.
|
![]() | InitializeComponent |
Required method for Designer support - do not modify
the contents of this method with the code editor.
|
Fields| Name | Description | |
|---|---|---|
![]() | btnFightScreen | |
![]() | btnQuit | |
![]() | components |
Required designer variable.
|
See Also


