Table of Contents

Class DarkMode

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

Types and methods that interface with the Notepad++ dark mode API.

public static class DarkMode
Inheritance
DarkMode
Inherited Members

Fields

dmfHandleChange

Standard flag for main parent usually used in NPPN_DARKMODECHANGED

public const uint dmfHandleChange = 12

Field Value

uint

dmfInit

Standard flag for main parent after its children are initialized

public const uint dmfInit = 11

Field Value

uint