Completor.TypeChar(Char) Method

Definition

Inserts the specified character and updates the internal caret position.

public:
 void TypeChar(char ch);
public:
 void TypeChar(char16 ch);
void TypeChar(char ch);
public void TypeChar (char ch);
member this.TypeChar : char -> unit
Public Sub TypeChar (ch As Char)

Parameters

ch
Char

[in] The character to insert.

Remarks

The character entered here can be anything, including control characters such as newlines.

If macro recording is active, the specified character is added to the macro.

The internal caret position is incremented by 1, regardless of what was entered.

Applies to