Gets that text which is currently handled by the SpellingCorrectionUIProvider. This property can be set by calling the SetCurrent(string text) method. Furthermore, it will be set to null by calling the SetCurrent(string text) method with a null parameter, setting the CurrentTextControl property or using the Cancel method.

Syntax

public string CurrentText { get; }
Public ReadOnly Property CurrentText() As String

Limitations

Read only.