C# Class _3PA.Npp.Style

A style definition in a Scintilla control.
Mostrar archivo Open project: jcaillon/3P

Public Methods

Method Description
Style ( byte index ) : System

Style constructor, There are 256 lexer styles that can be set, numbered 0 to STYLE_MAX (255). There are also some predefined numbered styles starting at 32

Method Details

Style() public method

Style constructor, There are 256 lexer styles that can be set, numbered 0 to STYLE_MAX (255). There are also some predefined numbered styles starting at 32
public Style ( byte index ) : System
index byte
return System