C# Class _3PA.Npp.Margin

Represents a margin displayed on the left edge of a Scintilla control.
Afficher le fichier Open project: jcaillon/3P

Méthodes publiques

Méthode Description
ClearAllText ( ) : void

Removes all text displayed in every MarginType.Text and MarginType.RightText margins.

Margin ( int index ) : System

Initializes a new instance of the Margin class.

Method Details

ClearAllText() public méthode

Removes all text displayed in every MarginType.Text and MarginType.RightText margins.
public ClearAllText ( ) : void
Résultat void

Margin() public méthode

Initializes a new instance of the Margin class.
public Margin ( int index ) : System
index int The index of this margin within the MarginCollection that created it.
Résultat System