IRegionWithEditableTextTryGetPreviousChar Method
Gets a char previous to the current cursor position.
Namespace: SMath.ControlsAssembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
bool TryGetPreviousChar(
out char letter
)
Function TryGetPreviousChar (
<OutAttribute> ByRef letter As Char
) As Boolean
bool TryGetPreviousChar(
[OutAttribute] wchar_t% letter
)
abstract TryGetPreviousChar :
letter : char byref -> bool
- letter Char
- A letter set before the cursor.
BooleanReturns true if operation succeeded, false otherwise.