C# Класс ARCed.Scintilla.EndOfLine

Наследование: TopLevelHelper
Показать файл Открыть проект

Открытые методы

Метод Описание
ConvertAllLines ( EndOfLineMode toMode ) : void

Converts all lines in the document to the given mode.

Приватные методы

Метод Описание
EndOfLine ( Scintilla scintilla ) : System.ComponentModel
ResetIsVisible ( ) : void
ResetMode ( ) : void
ShouldSerialize ( ) : bool
ShouldSerializeIsVisible ( ) : bool
ShouldSerializeMode ( ) : bool

Описание методов

ConvertAllLines() публичный Метод

Converts all lines in the document to the given mode.
public ConvertAllLines ( EndOfLineMode toMode ) : void
toMode EndOfLineMode The EndOfLineMode to convert all lines to
Результат void