Method | Description | |
---|---|---|
DefaultForm ( WindowClassStyle classStyle, WindowsExtendedStyle dwStyleEx, string title, WindowStyles windowStyle, int left, int top, int winWidth, int winHeight, |
||
DefaultFormActivated ( object source, |
|
|
DefaultFormClose ( object source, System e ) : void |
|
|
DefaultFormDeactivate ( object source, |
|
Method | Description | |
---|---|---|
WndProc ( |
Method | Description | |
---|---|---|
DefaultFormLoad ( object sender, |
||
DefaultFormResize ( object sender, |
public DefaultForm ( WindowClassStyle classStyle, WindowsExtendedStyle dwStyleEx, string title, WindowStyles windowStyle, int left, int top, int winWidth, int winHeight, |
||
classStyle | WindowClassStyle | |
dwStyleEx | WindowsExtendedStyle | |
title | string | |
windowStyle | WindowStyles | |
left | int | |
top | int | |
winWidth | int | |
winHeight | int | |
parentHWnd | ||
return | System |
public DefaultFormActivated ( object source, |
||
source | object | |
e | ||
return | void |
public DefaultFormClose ( object source, System e ) : void | ||
source | object | |
e | System | |
return | void |
public DefaultFormDeactivate ( object source, |
||
source | object | |
e | ||
return | void |
protected WndProc ( |
||
m | ||
return | void |