Table of Contents

Constructor Caret

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Caret()

Initializes a new instance of the Caret class.

public Caret()

Caret(Control, int, int)

Initializes a new instance of the Caret class with the given size (in pixels) and associates it with the control.

public Caret(Control control, int width, int height)

Parameters

control Control

A control the caret is associated with.

width int

Caret width in pixels.

height int

Caret height in pixels.