C# Class NppSharp.OutputStyleDef

Show file Open project: cmrazek/NppSharp Class Usage Examples

Public Methods

Method Description
Clone ( ) : OutputStyleDef

Creates a duplicate of this style definition.

OutputStyleDef ( OutputStyle style ) : System

Constructs the style definition with default values.

Private Methods

Method Description
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.

Method Details

Clone() public method

Creates a duplicate of this style definition.
public Clone ( ) : OutputStyleDef
return OutputStyleDef

OutputStyleDef() public method

Constructs the style definition with default values.
public OutputStyleDef ( OutputStyle style ) : System
style OutputStyle The style number.
return System