C# Класс NppSharp.OutputStyleDef

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clone ( ) : OutputStyleDef

Creates a duplicate of this style definition.

OutputStyleDef ( OutputStyle style ) : System

Constructs the style definition with default values.

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

Метод Описание
Apply ( ) : void

Applies the style to the output window.

GetStyleDef ( OutputStyle style ) : OutputStyleDef

Gets the style definition object for the specified style number.

InitStyles ( ) : void

Initializes default styles.

LoadSettings ( ) : void

Loads style definition from the registry.

SaveSettings ( ) : void

Saves this style definition to the registry.

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

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

Creates a duplicate of this style definition.
public Clone ( ) : OutputStyleDef
Результат OutputStyleDef

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

Constructs the style definition with default values.
public OutputStyleDef ( OutputStyle style ) : System
style OutputStyle The style number.
Результат System