C# Class ICSharpCode.TextEditor.Document.CustomLine

This class is used to store a pair of lineNr and its color
Exibir arquivo Open project: jumpinjackie/fdotoolbox

Public Properties

Property Type Description
Color Color
EndLineNr int
ReadOnly bool
StartLineNr int

Public Methods

Method Description
CustomLine ( int lineNr, Color customColor, bool readOnly ) : System
CustomLine ( int startLineNr, int endLineNr, Color customColor, bool readOnly ) : System

Method Details

CustomLine() public method

public CustomLine ( int lineNr, Color customColor, bool readOnly ) : System
lineNr int
customColor Color
readOnly bool
return System

CustomLine() public method

public CustomLine ( int startLineNr, int endLineNr, Color customColor, bool readOnly ) : System
startLineNr int
endLineNr int
customColor Color
readOnly bool
return System

Property Details

Color public_oe property

public Color Color
return Color

EndLineNr public_oe property

public int EndLineNr
return int

ReadOnly public_oe property

public bool ReadOnly
return bool

StartLineNr public_oe property

public int StartLineNr
return int