IRegionWithEditableTextSetPreviousChar Method

Sets 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 SetPreviousChar(
	char letter
)

Parameters

letter  Char
A letter to set before the cursor.

Return Value

Boolean
if operation succeeded, otherwise.

See Also