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

Defines a run of styled text in a Scintilla control
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Empty StyleRun

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

Метод Описание
StyleRun ( int length, int style )

Initializes a new instance of the StyleRun struct.

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

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

Initializes a new instance of the StyleRun struct.
public StyleRun ( int length, int style )
length int The length of the run.
style int The zero-based index of the style that the run represents.

Описание свойств

Empty публичное статическое свойство

Represents a new instance of the StyleRun struct with member data left uninitialized.
public static StyleRun,ARCed.Scintilla Empty
Результат StyleRun