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 "ImageList_GetIcon" in [All]

Structures

.

Flags used by ImageList_Draw and ImageList_GetIcon.

comctl32

.

static extern bool ImageList_GetIconSize(IntPtr himl, out int cx, out int cy);

.

Declare Function ImageList_GetIconSize Lib "comctl32.dll" (TODO) As TODO

.

Private Shared Function ImageList_GetIconSize(himl As IntPtr, ByRef cx As Integer, ByRef cy As Integer) As Boolean

.

        ImageList_GetIconSize(himl,out iconWidth,out iconHeight);

.
Documentation
[ImageList_GetIconSize] on MSDN
.

static extern bool ImageList_GetIconSize(IntPtr himl, out int cx, out int cy);

.

Declare Function ImageList_GetIconSize Lib "comctl32.dll" (TODO) As TODO

.

        ImageList_GetIconSize(himl,out iconWidth,out iconHeight);

.
Documentation
[ImageList_GetIconSize] on MSDN

 
Access PInvoke.net directly from VS: