C# Класс _3PA.Npp.Margin

Represents a margin displayed on the left edge of a Scintilla control.
Показать файл Открыть проект

Открытые методы

Метод Описание
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