home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 May / CMCD0504.ISO / Software / Shareware / Programare / turboVB / Events / MSMask.MaskEdBox.txt < prev    next >
Encoding:
Text File  |  2002-05-01  |  855 b   |  16 lines

  1. Change()
  2. DragDrop(Source As Control, X As Single, Y As Single)
  3. DragOver(Source As Control, X As Single, Y As Single, State As Integer)
  4. GotFocus()
  5. KeyDown(KeyCode As Integer, Shift As Integer)
  6. KeyPress(KeyAscii As Integer)
  7. KeyUp(KeyCode As Integer, Shift As Integer)
  8. LostFocus()
  9. OLECompleteDrag(Effect As Long)
  10. OLEDragDrop(Data As MSMask.DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single)
  11. OLEDragOver(Data As MSMask.DataObject, Effect As Long, Button As Integer, Shift As Integer, X As Single, Y As Single, State As Integer)
  12. OLEGiveFeedback(Effect As Long, DefaultCursors As Boolean)
  13. OLESetData(Data As MSMask.DataObject, DataFormat As Integer)
  14. OLEStartDrag(Data As MSMask.DataObject, AllowedEffects As Long)
  15. Validate(Cancel As Boolean)
  16. ValidationError(InvalidText As String, StartPosition As Integer)