C# Class Twinspire.OptionsMenu

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: twinspire/twinspire Class Usage Examples

Public Properties

Property Type Description
settings Settings

Public Methods

Method Description
OptionsMenu ( Settings settings ) : System
hkOptions_HotkeysChanged ( Hotkey>.Dictionary hotkeys, int index ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SwitchOptions ( Control ctl ) : void
listBox1_SelectedIndexChanged ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

OptionsMenu() public method

public OptionsMenu ( Settings settings ) : System
settings Settings
return System

hkOptions_HotkeysChanged() public method

public hkOptions_HotkeysChanged ( Hotkey>.Dictionary hotkeys, int index ) : void
hotkeys Hotkey>.Dictionary
index int
return void

Property Details

settings public_oe property

public Settings,Twinspire settings
return Settings