Desktop Functions: Smart Device Functions:
|
Search Results for "ImageList_GetIcon" in [All]Structures1: ILD_FLAGS 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); |