IRegionWithEditableTextSetPreviousChar Method
Sets a char previous to the current cursor position.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
bool SetPreviousChar(
char letter
)
Function SetPreviousChar (
letter As Char
) As Boolean
bool SetPreviousChar(
wchar_t letter
)
abstract SetPreviousChar :
letter : char -> bool
- letter Char
- A letter to set before the cursor.
BooleanReturns true if operation succeeded, false otherwise.