C# Class Axiom.RenderSystems.DirectX9.DefaultForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: WolfgangSt/axiom Class Usage Examples

Méthodes publiques

Méthode Description
DefaultForm ( WindowClassStyle classStyle, WindowsExtendedStyle dwStyleEx, string title, WindowStyles windowStyle, int left, int top, int winWidth, int winHeight, Control parentHWnd ) : System
DefaultFormActivated ( object source, EventArgs e ) : void

DefaultFormClose ( object source, System e ) : void

DefaultFormDeactivate ( object source, EventArgs e ) : void

Méthodes protégées

Méthode Description
WndProc ( Message &m ) : void

Private Methods

Méthode Description
DefaultFormLoad ( object sender, EventArgs e ) : void
DefaultFormResize ( object sender, EventArgs e ) : void

Method Details

DefaultForm() public méthode

public DefaultForm ( WindowClassStyle classStyle, WindowsExtendedStyle dwStyleEx, string title, WindowStyles windowStyle, int left, int top, int winWidth, int winHeight, Control parentHWnd ) : System
classStyle WindowClassStyle
dwStyleEx WindowsExtendedStyle
title string
windowStyle WindowStyles
left int
top int
winWidth int
winHeight int
parentHWnd System.Windows.Forms.Control
Résultat System

DefaultFormActivated() public méthode

public DefaultFormActivated ( object source, EventArgs e ) : void
source object
e System.EventArgs
Résultat void

DefaultFormClose() public méthode

public DefaultFormClose ( object source, System e ) : void
source object
e System
Résultat void

DefaultFormDeactivate() public méthode

public DefaultFormDeactivate ( object source, EventArgs e ) : void
source object
e System.EventArgs
Résultat void

WndProc() protected méthode

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Résultat void