KeyboardInputBuffer.Select(UInt32, UInt32) Method

Definition

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.

Applies to