KeyboardInputBuffer.Select(UInt32, 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 in the input buffer.
public:
virtual void Select(unsigned int start, unsigned int length) = Select;
void Select(uint32_t const& start, uint32_t const& length);
public void Select(uint start, uint length);
function select(start, length)
Public Sub Select (start As UInteger, length As UInteger)
Parameters
- start
-
UInt32
unsigned int
uint32_t
The zero-based index of the first character in the selection.
- length
-
UInt32
unsigned int
uint32_t
The length of the selection, in characters.