C# Class _3PA.Npp.Margin

Represents a margin displayed on the left edge of a Scintilla control.
Mostrar archivo Open project: jcaillon/3P

Public Methods

Method 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 method

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

Margin() public method

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.
return System