C# 클래스 _3PA.Npp.Margin

Represents a margin displayed on the left edge of a Scintilla control.
파일 보기 프로젝트 열기: jcaillon/3P

공개 메소드들

메소드 설명
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.

메소드 상세

ClearAllText() 공개 메소드

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

Margin() 공개 메소드

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.
리턴 System