Gets dirty state of specified line.

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

Syntax

C#
public LineDirtyState GetLineDirtyState(
	int lineIndex
)
Visual Basic
Public Function GetLineDirtyState ( 
	lineIndex As Integer
) As LineDirtyState

Parameters

lineIndex
Type: System..::..Int32
Index of the line that to get dirty state of.

Return Value

Type: LineDirtyState
Dirty state of the specified line.

Remarks

This method gets dirty state of specified line. Dirty state of lines will changed as below.

See Also