Namespace Npp.DotNet.Plugin.Winforms
Data types, definitions and utilities for creating plugin dialogs using Windows Forms.
Classes
- DarkMode
Types and methods that interface with the Notepad++ dark mode API.
- DarkMode.DarkModeColors
Contains the color values of the active dark mode theme.
- DialogUtils
Helper methods for interacting with Notepad++'s GUI.
Structs
Enums
- DockMgrMsg
Messages that can be sent to docking dialogs in the Code field of a Win32.TagNMHDR.
- DockingResource
Resource IDs for pre-defined dialog components.
- NppTbMsg
Defines for the Docking Manager.
CONT_: styles for containers
DWS_: mask params for plugins of internal dialogs
DWS_DF_*: default docking values for first call of plugin
- WinGDI.ColorManagementCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability) when the
indexparameter is COLORMGMTCAPS.
- WinGDI.CurveCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability) when the
indexparameter is CURVECAPS.
- WinGDI.DeviceCapability
Device parameters for GetDeviceCaps(IntPtr, DeviceCapability).
- WinGDI.DeviceTechnology
Possible return values of GetDeviceCaps(IntPtr, DeviceCapability) when the
indexparameter is TECHNOLOGY.
- WinGDI.LineCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability) when the
indexparameter is LINECAPS.
- WinGDI.PolygonalCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability) when the
indexparameter is POLYGONALCAPS.
- WinGDI.RasterCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability) when the
indexparameter is RASTERCAPS.
- WinGDI.ShadingAndBlendingCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability) when the
indexparameter is SHADEBLENDCAPS.
- WinGDI.TextCapability
Possible bit flags for the return value of GetDeviceCaps(IntPtr, DeviceCapability) when the
indexparameter is TEXTCAPS.
- WinUser.LoadImageFlag
Possible values of the
loadFlagsparameter when calling LoadImage(IntPtr, string, LoadImageType, int, int, LoadImageFlag).
- WinUser.LoadImageType
Possible values of the
typeparameter when calling LoadImage(IntPtr, string, LoadImageType, int, int, LoadImageFlag).
- WinUser.WindowsCursor
Standard cursor IDs
- WinUser.WindowsIcon
Standard icon IDs