Advertisement
Guest User

Untitled

a guest
Jul 12th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.69 KB | None | 0 0
  1. Error 1 Class 'CustomPaintRichText' must implement 'Event Disposed(sender As Object, e As System.EventArgs)' for interface 'ISpellingControl'.
  2. Error 2 Class 'CustomPaintRichText' must implement 'Event Enter(sender As Object, e As System.EventArgs)' for interface 'ISpellingControl'.
  3. Error 3 Class 'CustomPaintRichText' must implement 'Event KeyDown(sender As Object, e As System.Windows.Forms.KeyEventArgs)' for interface 'IUnderlineable'.
  4. Error 4 Class 'CustomPaintRichText' must implement 'Event SelectionChanged(sender As Object, e As System.EventArgs)' for interface 'IUnderlineable'.
  5. Error 5 Class 'CustomPaintRichText' must implement 'Event TextChanged(sender As Object, e As System.EventArgs)' for interface 'ISpellingControl'.
  6. Error 6 Class 'CustomPaintRichText' must implement 'Function Focus() As Boolean' for interface 'ISpellingControl'.
  7. Error 7 Class 'CustomPaintRichText' must implement 'Property ContextMenuStrip As System.Windows.Forms.ContextMenuStrip' for interface 'ISpellingControl'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  8. Error 8 Class 'CustomPaintRichText' must implement 'Property IsSpellingAutoEnabled As Boolean' for interface 'IUnderlineable'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  9. Error 9 Class 'CustomPaintRichText' must implement 'Property IsSpellingEnabled As Boolean' for interface 'ISpellingControl'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  10. Error 10 Class 'CustomPaintRichText' must implement 'Property Parent As System.Windows.Forms.Control' for interface 'ISpellingControl'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  11. Error 11 Class 'CustomPaintRichText' must implement 'Property ReadOnly As Boolean' for interface 'ISpellingControl'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  12. Error 12 Class 'CustomPaintRichText' must implement 'Property SelectedText As String' for interface 'ISpellingControl'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  13. Error 13 Class 'CustomPaintRichText' must implement 'Property SelectionLength As Integer' for interface 'ISpellingControl'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  14. Error 14 Class 'CustomPaintRichText' must implement 'Property SelectionStart As Integer' for interface 'ISpellingControl'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  15. Error 15 Class 'CustomPaintRichText' must implement 'Property Text As String' for interface 'ISpellingControl'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  16. Error 16 Class 'CustomPaintRichText' must implement 'Property UnderlinedSections As System.Collections.Generic.Dictionary(Of Integer, Integer)' for interface 'IUnderlineable'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  17. Error 17 Class 'CustomPaintRichText' must implement 'Property WhatPenColour As System.Drawing.Pen' for interface 'ISpellingControl'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  18. Error 18 Class 'CustomPaintRichText' must implement 'ReadOnly Property IsPassWordProtected As Boolean' for interface 'ISpellingControl'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  19. Error 19 Class 'CustomPaintRichText' must implement 'Sub Copy()' for interface 'ISpellingControl'.
  20. Error 20 Class 'CustomPaintRichText' must implement 'Sub CustomPaint()' for interface 'IUnderlineable'.
  21. Error 21 Class 'CustomPaintRichText' must implement 'Sub Cut()' for interface 'ISpellingControl'.
  22. Error 22 Class 'CustomPaintRichText' must implement 'Sub Invalidate(invalidateChildren As Boolean)' for interface 'ISpellingControl'.
  23. Error 23 Class 'CustomPaintRichText' must implement 'Sub Paste(clipFormat As System.Windows.Forms.DataFormats.Format)' for interface 'ISpellingControl'.
  24. Error 24 Class 'CustomPaintRichText' must implement 'Sub RemoveWordFromUnderliningList(wordStart As Integer)' for interface 'IUnderlineable'.
  25. Error 25 Class 'CustomPaintRichText' must implement 'Sub Select(start As Integer, length As Integer)' for interface 'ISpellingControl'.
  26. Error 26 Class 'CustomPaintRichText' must implement 'WriteOnly Property IgnoredSections As System.Collections.Generic.Dictionary(Of Integer, Integer)' for interface 'ISpellingControl'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
  27. Error 27 Class 'CustomPaintRichText' must implement 'WriteOnly Property ProtectedSections As System.Collections.Generic.Dictionary(Of Integer, Integer)' for interface 'IUnderlineable'. Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement