Method | Description | |
---|---|---|
AttachToUISurface ( ) : void | ||
Draw ( |
||
Hide ( ) : void | ||
Invalidate ( ) : void | ||
Invalidate ( RECT rect ) : void | ||
MoveBy ( int dx, int dy ) : void | ||
MoveTo ( int x, int y ) : void | ||
OnDraw ( |
||
OnMouseDown ( |
||
OnMouseEnter ( |
||
OnMouseHover ( |
||
OnMouseLeave ( |
||
OnMouseMove ( |
||
OnMouseUp ( |
||
OnMouseWheel ( |
||
OnMovedBy ( int dx, int dy ) : void | ||
OnMovedTo ( int x, int y ) : void | ||
OnMoving ( int dx, int dy ) : void | ||
RefreshDisplay ( RECT rect ) : void | ||
Show ( ) : void | ||
Validate ( ) : void |
Method | Description | |
---|---|---|
AttachForKeyboard ( ) : void | ||
AttachForMouse ( ) : void | ||
OnSurfaceCreated ( System.Guid uniqueID ) : void | ||
UIWindow ( string title, RECT frame ) : System | ||
UIWindow ( string title, int x, int y, int width, int height ) : System |
public Draw ( |
||
devent | ||
return | void |
public OnDraw ( |
||
devent | ||
return | void |
public OnMouseDown ( |
||
e | ||
return | void |
public OnMouseEnter ( |
||
e | ||
return | void |
public OnMouseHover ( |
||
e | ||
return | void |
public OnMouseLeave ( |
||
e | ||
return | void |
public OnMouseMove ( |
||
e | ||
return | void |
public OnMouseUp ( |
||
e | ||
return | void |
public OnMouseWheel ( |
||
e | ||
return | void |
protected OnSurfaceCreated ( System.Guid uniqueID ) : void | ||
uniqueID | System.Guid | |
return | void |
protected UIWindow ( string title, RECT frame ) : System | ||
title | string | |
frame | RECT | |
return | System |
protected UIWindow ( string title, int x, int y, int width, int height ) : System | ||
title | string | |
x | int | |
y | int | |
width | int | |
height | int | |
return | System |