C# Class ScintillaNET_Kitchen.ScintillaEx

Inheritance: ScintillaNET.Scintilla
Afficher le fichier Open project: uuf6429/ScintillaNET-Kitchen Class Usage Examples

Méthodes publiques

Méthode Description
GetKeywords ( int sid ) : string
ScintillaEx ( ) : System
SetKeywords ( int sid, string keywords ) : void

Méthodes protégées

Méthode Description
DoUpdateLineMargin ( int lineMarginChars ) : void
UpdateLineMargin ( ) : void

Method Details

DoUpdateLineMargin() protected méthode

protected DoUpdateLineMargin ( int lineMarginChars ) : void
lineMarginChars int
Résultat void

GetKeywords() public méthode

public GetKeywords ( int sid ) : string
sid int
Résultat string

ScintillaEx() public méthode

public ScintillaEx ( ) : System
Résultat System

SetKeywords() public méthode

public SetKeywords ( int sid, string keywords ) : void
sid int
keywords string
Résultat void

UpdateLineMargin() protected méthode

protected UpdateLineMargin ( ) : void
Résultat void