Sets column index of the current caret position to "desired column" value.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.13.40248
Syntax
C# |
---|
void SetDesiredColumn() |
Visual Basic |
---|
Sub SetDesiredColumn |
Remarks
Normally the caret tries to keep its x-coordinate on moving line to line unless user explicitly changes x-coordinate of it. The term 'Desired Column' means this x-coordinate which the caret tries to stick close to.
Note that the desired column is associated with each document.