IRegionWithEditableText Interface

Contains fields and methods to use for Region with editable text.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public interface IRegionWithEditableText

Properties

SerializedValue Serialized value of the region.

Methods

SetPreviousChar Sets a char previous to the current cursor position.
TryGetPreviousChar Gets a char previous to the current cursor position.

See Also