- Timestamp:
- Jul 13, 2008, 11:54:55 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/ablib/src/Classes/ActiveBasic/Windows/UI/EventArgs.ab
r545 r547 8 8 Namespace UI 9 9 10 TypeDef EventArgs = System.EventArgs 11 TypeDef EventHandler = System.EventHandler 10 'TypeDef EventArgs = System.EventArgs 11 'TypeDef EventHandler = System.EventHandler 12 Class EventArgs 13 Public 14 Static Empty = Nothing As EventArgs 15 End Class 16 Delegate Sub EventHandler(sender As Object, e As EventArgs) 12 17 13 18 Class MessageEventArgs … … 118 123 This.clicks = clicks 119 124 This.pt = New System.Drawing.Point(x, y) 125 OutputDebugString(ToTCStr(Hex$(y) + " " + Hex$(pt.Y) + " " + Ex" mea\r\n")) 120 126 This.delta = delta 121 127 End Sub … … 445 451 'Menu: pcs->hMenu 446 452 447 Const Function Parent() As Control448 'Parent = Control.FromHandle(pcs->hwndParent)449 End Function453 ' Const Function Parent() As Control 454 ' Parent = Control.FromHandle(pcs->hwndParent) 455 ' End Function 450 456 451 457 Const Function Height() As Long
Note:
See TracChangeset
for help on using the changeset viewer.