Table of Contents

Enum Alpha

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

Possible options for SetSelAlpha(Alpha). (Scintilla feature SC_ALPHA_)

public enum Alpha

Fields

[Obsolete("Use SCI_SETSELECTIONLAYER instead: https://www.scintilla.org/ScintillaDoc.html#SCI_SETSELECTIONLAYER")] NOALPHA = 256
OPAQUE = 255
TRANSPARENT = 0