C# Class Axiom.RenderSystems.DirectX9.DefaultForm

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

Public Methods

Method 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

Protected Methods

Method Description
WndProc ( Message &m ) : void

Private Methods

Method Description
DefaultFormLoad ( object sender, EventArgs e ) : void
DefaultFormResize ( object sender, EventArgs e ) : void

Method Details

DefaultForm() public method

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
return System

DefaultFormActivated() public method

public DefaultFormActivated ( object source, EventArgs e ) : void
source object
e System.EventArgs
return void

DefaultFormClose() public method

public DefaultFormClose ( object source, System e ) : void
source object
e System
return void

DefaultFormDeactivate() public method

public DefaultFormDeactivate ( object source, EventArgs e ) : void
source object
e System.EventArgs
return void

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void