C# Class OldFashionedFun.MainForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: swax/OldFashionedFun

Méthodes publiques

Свойство Type Description
EnumWindow Win32.EnumWindowsProc

Méthodes publiques

Méthode Description
MainForm ( ) : System
OnEnumWindow ( IntPtr hwnd, IntPtr lParam ) : bool

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Bounce ( double dT, int groundDistance, double &vel, double accel ) : int
GetTargetShelf ( WinInfo info ) : int
InitializeComponent ( ) : void

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

MainForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
OnShelf ( WinInfo info ) : bool
RefreshTimer_Tick ( object sender, EventArgs e ) : void
ShouldWindowBeDisplayed ( IntPtr window ) : bool
StepTimer_Tick ( object sender, EventArgs e ) : void
TestShelf ( IntPtr handle, Win32 shelf ) : void
button1_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

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

MainForm() public méthode

public MainForm ( ) : System
Résultat System

OnEnumWindow() public méthode

public OnEnumWindow ( IntPtr hwnd, IntPtr lParam ) : bool
hwnd System.IntPtr
lParam System.IntPtr
Résultat bool

Property Details

EnumWindow public_oe property

public Win32.EnumWindowsProc EnumWindow
Résultat Win32.EnumWindowsProc