Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "IDC_" in [All]

user32

.

            wndclass.hCursor = Win32.LoadCursor(IntPtr.Zero,(int)IdcStandardCursors.IDC_ARROW);

.

enum IDC_STANDARD_CURSORS : int

.

    IDC_ARROW = 32512,

.

    IDC_IBEAM = 32513,

.

    IDC_WAIT = 32514,

.

    IDC_CROSS = 32515,

.

    IDC_UPARROW = 32516,

.

    IDC_SIZE = 32640,

.

    IDC_ICON = 32641,

.

    IDC_SIZENWSE = 32642,

.

    IDC_SIZENESW = 32643,

.

    IDC_SIZEWE = 32644,

.

    IDC_SIZENS = 32645,

.

    IDC_SIZEALL = 32646,

.

    IDC_NO = 32648,

.

    IDC_APPSTARTING = 32650,

.

    IDC_HELP = 32651

.

    IntPtr hcursor = LoadCursor(IntPtr.Zero, IDC_ARROW);

Constants

3: IDC_
.

            IDC_ARROW = 32512,

.

            IDC_IBEAM = 32513,

.

            IDC_WAIT = 32514,

.

            IDC_CROSS = 32515,

.

            IDC_UPARROW = 32516,

.

            IDC_SIZE = 32640,

.

            IDC_ICON = 32641,

.

            IDC_SIZENWSE = 32642,

.

            IDC_SIZENESW = 32643,

.

            IDC_SIZEWE = 32644,

.

            IDC_SIZENS = 32645,

.

            IDC_SIZEALL = 32646,

.

            IDC_NO = 32648,

.

            IDC_HAND = 32649,

.

            IDC_APPSTARTING = 32650,

.

            IDC_HELP = 32651;

.

    enum IDC_STANDARD_CURSORS {

.

        IDC_ARROW = 32512,

.

        IDC_IBEAM = 32513,

.

        IDC_WAIT = 32514,

.

        IDC_CROSS = 32515,

.

        IDC_UPARROW = 32516,

.

        IDC_SIZE = 32640,

.

        IDC_ICON = 32641,

.

        IDC_SIZENWSE = 32642,

.

        IDC_SIZENESW = 32643,

.

        IDC_SIZEWE = 32644,

.

        IDC_SIZENS = 32645,

.

        IDC_SIZEALL = 32646,

.

        IDC_NO = 32648,

.

        IDC_HAND = 32649,

.

        IDC_APPSTARTING = 32650,

.

        IDC_HELP = 32651

.

    Public Enum IDC_STANDARD_CURSORS

.

        IDC_ARROW = 32512

.

        IDC_IBEAM = 32513

.

        IDC_WAIT = 32514

.

        IDC_CROSS = 32515

.

        IDC_UPARROW = 32516

.

        IDC_SIZE = 32640

.

        IDC_ICON = 32641

.

        IDC_SIZENWSE = 32642

.

        IDC_SIZENESW = 32643

.

        IDC_SIZEWE = 32644

.

        IDC_SIZENS = 32645

.

        IDC_SIZEALL = 32646

.

        IDC_NO = 32648

.

        IDC_HAND = 32649

.

        IDC_APPSTARTING = 32650

.

        IDC_HELP = 32651


 
Access PInvoke.net directly from VS: