IRegionWithEditableTextSetPreviousChar Method
Sets a char previous to the current cursor position.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.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.
Boolean if operation succeeded,
otherwise.