Completor.TypeChar(Char) 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.
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.