KeyboardInputBuffer.SelectFromTap(UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.