C# Class ARCed.Scintilla.EndOfLine

Inheritance: TopLevelHelper
Afficher le fichier Open project: borisblizzard/arcreator

Méthodes publiques

Méthode Description
ConvertAllLines ( EndOfLineMode toMode ) : void

Converts all lines in the document to the given mode.

Private Methods

Méthode Description
EndOfLine ( Scintilla scintilla ) : System.ComponentModel
ResetIsVisible ( ) : void
ResetMode ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeIsVisible ( ) : bool
ShouldSerializeMode ( ) : bool

Method Details

ConvertAllLines() public méthode

Converts all lines in the document to the given mode.
public ConvertAllLines ( EndOfLineMode toMode ) : void
toMode EndOfLineMode The EndOfLineMode to convert all lines to
Résultat void