Implements ISpellCheckerAdvEditorTools syntax and runtime errors

Hello, 
When I apply the potential fixes, it applies the code below the picture, which cause the program to throw an exception. There appears to be something missing, any idea what that may be?

Thank you



Private Property ISpellCheckerAdvEditorTools_Control As Control Implements ISpellCheckerAdvEditorTools.Control
Get
Throw New NotImplementedException()
End Get
Set(value As Control)
Throw New NotImplementedException()
End Set
End Property

Private Property ISpellCheckerAdvEditorTools_CurrentWord As String Implements ISpellCheckerAdvEditorTools.CurrentWord
Get
Throw New NotImplementedException()
End Get
Set(value As String)
Throw New NotImplementedException()
End Set
End Property

Private Property ISpellCheckerAdvEditorTools_Text As String Implements ISpellCheckerAdvEditorTools.Text
Get
Throw New NotImplementedException()
End Get
Set(value As String)
Throw New NotImplementedException()
End Set
End Property

Private Property ISpellCheckerAdvEditorTools_ControlToCheck As Control Implements ISpellCheckerAdvEditorTools.ControlToCheck
Get
Throw New NotImplementedException()
End Get
Set(value As Control)
Throw New NotImplementedException()
End Set
End Property


1 Reply 1 reply marked as answer

BR Bharathi Rajakantham Syncfusion Team February 16, 2021 01:10 PM UTC

Hi Michele, 

Thanks for contacting Syncfusion Support, 

We have checked the reported query “Facing issue on implementing ISpellCheckerAdvEditorTools” from our end. Can you please share us more details on the issue facing. We have provided you the sample and the documentation for SpellCheckerAdv for your reference. 



Please let us know if you need any further assistance on this. We will be glad to assist you. 

Regards, 
Bharathi R 


Marked as answer
Loader.
Up arrow icon