Table of Contents

Enum WinUser.WindowsCursor

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

Standard cursor IDs

public enum WinUser.WindowsCursor : ushort

Fields

IDC_APPSTARTING = 32650
IDC_ARROW = 32512
IDC_CROSS = 32515
IDC_HAND = 32649
IDC_HELP = 32651
IDC_IBEAM = 32513
[Obsolete("Use IDC_ARROW")] IDC_ICON = 32641
IDC_NO = 32648
IDC_PERSON = 32672
IDC_PIN = 32671
[Obsolete("Use IDC_SIZEALL")] IDC_SIZE = 32640
IDC_SIZEALL = 32646
IDC_SIZENESW = 32643
IDC_SIZENS = 32645
IDC_SIZENWSE = 32642
IDC_SIZEWE = 32644
IDC_UPARROW = 32516
IDC_WAIT = 32514

Remarks