|
inlinevirtual |
Called by the framewrok to obtain a list of suggestions and list of custom action associated with incorrect word.
wordInfo | The incorrect word information. |
arSuggestions | A list of suggested corrections. Can be empty. |
arCustomActions | A list of custom action names. Can be empty. |
Override this method to prepare a list of suggestions and list of custom action associated with incorrect word. These lists will be added to context menu appearing when user right-clicks on the incorrect word.
This method is called only if method EnableErrorIndication() was previously called with parameter TRUE.