C# Class ICSharpCode.TextEditor.Document.CustomLine

This class is used to store a pair of lineNr and its color
Afficher le fichier Open project: jumpinjackie/fdotoolbox

Méthodes publiques

Свойство Type Description
Color Color
EndLineNr int
ReadOnly bool
StartLineNr int

Méthodes publiques

Méthode Description
CustomLine ( int lineNr, Color customColor, bool readOnly ) : System
CustomLine ( int startLineNr, int endLineNr, Color customColor, bool readOnly ) : System

Method Details

CustomLine() public méthode

public CustomLine ( int lineNr, Color customColor, bool readOnly ) : System
lineNr int
customColor Color
readOnly bool
Résultat System

CustomLine() public méthode

public CustomLine ( int startLineNr, int endLineNr, Color customColor, bool readOnly ) : System
startLineNr int
endLineNr int
customColor Color
readOnly bool
Résultat System

Property Details

Color public_oe property

public Color Color
Résultat Color

EndLineNr public_oe property

public int EndLineNr
Résultat int

ReadOnly public_oe property

public bool ReadOnly
Résultat bool

StartLineNr public_oe property

public int StartLineNr
Résultat int