Table of Contents

Enum NppTbMsg

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

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

[Flags]
public enum NppTbMsg : uint

Fields

DWS_ADDINFO = 4

Display a string of additional information in the title bar

DWS_DF_CONT_BOTTOM = DWS_DF_CONT_RIGHT | DWS_DF_CONT_TOP

Default docking on bottom

DWS_DF_CONT_LEFT = 0

Default docking on left

DWS_DF_CONT_RIGHT = 268435456

Default docking on right

DWS_DF_CONT_TOP = 536870912

Default docking on top

DWS_DF_FLOATING = 2147483648

Default state is floating

DWS_ICONBAR = 2

Display an icon in the title bar (currently not supported)

DWS_ICONTAB = 1

Display an icon on the docking tab (i.e., when this dialog loses focus in a dock group)

DWS_PARAMSALL = DWS_ICONTAB | DWS_ICONBAR | DWS_ADDINFO

Combines all properties of DWS_ICONTAB, DWS_ICONBAR and DWS_ADDINFO

DWS_USEOWNDARKMODE = 8

Use plugin's own dark mode (i.e., prevent automatic subclassing; see NPPM_DARKMODESUBCLASSANDTHEME)