C# Class _3PA.Npp.Style

A style definition in a Scintilla control.
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode 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 méthode

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
Résultat System