KeyboardInputBuffer.SelectFromTap(UInt32) Method

Definition

Selects a range of text as if the user had tapped on the specified character in the input buffer.

public:
 virtual void SelectFromTap(unsigned int characterIndex) = SelectFromTap;
void SelectFromTap(uint32_t const& characterIndex);
public void SelectFromTap(uint characterIndex);
function selectFromTap(characterIndex)
Public Sub SelectFromTap (characterIndex As UInteger)

Parameters

characterIndex
UInt32

unsigned int

uint32_t

The character in the text input buffer from which the tap selection is performed.

Applies to