Updates size and position of the caret graphic.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public void UpdateCaretGraphic(
	Rectangle caretRect
)
Visual Basic
Public Sub UpdateCaretGraphic ( 
	caretRect As Rectangle
)

Parameters

caretRect
Type: System.Drawing..::..Rectangle

Implements

IUserInterface..::..UpdateCaretGraphic(Rectangle)

See Also