Gets an object of type TXTextControl.TextControl and represents that TextControl which is currently handled by the SpellingCorrectionUIProvider. This property can be set by calling the SetCurrent(object textControl) method. Furthermore, it will be set to null by calling the SetCurrent(object textControl) method with a null parameter, setting the CurrentText property or using the Cancel method.

Syntax

public object CurrentTextControl { get; }
Public ReadOnly Property CurrentTextControl() As Object

Limitations

Read only.