Table of Contents

Enum MarginType

Namespace
Npp.DotNet.Plugin
Assembly
Npp.DotNet.Plugin.dll

Set a margin to be either numeric or symbolic. (Scintilla feature SC_MARGIN_)

public enum MarginType

Fields

BACK = 2
COLOUR = 6
FORE = 3
NUMBER = 1
RTEXT = 5
SYMBOL = 0
TEXT = 4