The CaretStateEventArgs class provides data about the state of the caret, such as position, size and visibility. It is used with the CaretStateChanged event of the ServerVisualization.TextViewGenerator and the ServerVisualization.DialogViewGenerator class.

Syntax

public class CaretStateEventArgs: EventArgs
Public Class CaretStateEventArgs
  Inherits EventArgs

Introduced: X11.

Properties

Property Description
Direction Gets the caret's direction.
Location Gets the caret's location in pixels.
Size Gets the caret's visibility.
Visibility Gets the caret's visibility.