Gets current "desired column" value.
Namespace: Sgry.AzukiAssembly: Azuki (in Azuki.dll) Version: 1.7.5.21597
Syntax
C# |
---|
int GetDesiredColumn() |
Visual Basic |
---|
Function GetDesiredColumn As Integer |
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.