Gets all editable regions at the current text input position. The method returns null, if there is no region at the current input position.

GetItems()

public EditableRegion[] GetItems();

Return Value

The return value is null, if there is no editable region at the current input position. Otherwise, it is an array of objects of the type EditableRegion.