IRegionWithEditableTextTryGetPreviousChar Method

Gets a char previous to the current cursor position.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
bool TryGetPreviousChar(
	out char letter
)

Parameters

letter  Char
A letter set before the cursor.

Return Value

Boolean
if operation succeeded, otherwise.

See Also