Vanara/PInvoke/ComCtl32/readme.md

333 lines
68 KiB
Markdown

## Vanara.PInvoke.ComCtl32
PInvoke API (methods, structures and constants) imported from Windows ComCtl32.dll.
- Includes methods from comctl32.dll
- Current NuGet release: [![Nuget](https://img.shields.io/nuget/v/Vanara.PInvoke.ComCtl32?logo=nuget&style=flat-square)![Nuget](https://img.shields.io/nuget/dt/Vanara.PInvoke.ComCtl32?label=%20&style=flat-square)](https://www.nuget.org/packages/Vanara.PInvoke.ComCtl32)
### Methods - 100% API coverage (69 of 69 functions)
Native Method | Header | Managed Method
--- | --- | ---
[_TrackMouseEvent](https://www.google.com/search?num=5&q=_TrackMouseEvent+site%3Adocs.microsoft.com) | CommCtrl.h | [Vanara.PInvoke.ComCtl32._TrackMouseEvent](https://github.com/dahall/Vanara/search?l=C%23&q=_TrackMouseEvent)
[CreateMappedBitmap](https://www.google.com/search?num=5&q=CreateMappedBitmap+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.CreateMappedBitmap](https://github.com/dahall/Vanara/search?l=C%23&q=CreateMappedBitmap)
[CreatePropertySheetPage](https://www.google.com/search?num=5&q=CreatePropertySheetPage+site%3Adocs.microsoft.com) | Prsht.h | [Vanara.PInvoke.ComCtl32.CreatePropertySheetPage](https://github.com/dahall/Vanara/search?l=C%23&q=CreatePropertySheetPage)
[CreateUpDownControl](https://www.google.com/search?num=5&q=CreateUpDownControl+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.CreateUpDownControl](https://github.com/dahall/Vanara/search?l=C%23&q=CreateUpDownControl)
[DefSubclassProc](https://www.google.com/search?num=5&q=DefSubclassProc+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.DefSubclassProc](https://github.com/dahall/Vanara/search?l=C%23&q=DefSubclassProc)
[DestroyPropertySheetPage](https://www.google.com/search?num=5&q=DestroyPropertySheetPage+site%3Adocs.microsoft.com) | Prsht.h | [Vanara.PInvoke.ComCtl32.DestroyPropertySheetPage](https://github.com/dahall/Vanara/search?l=C%23&q=DestroyPropertySheetPage)
[DPA_Clone](https://www.google.com/search?num=5&q=DPA_Clone+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_Clone](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_Clone)
[DPA_Create](https://www.google.com/search?num=5&q=DPA_Create+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_Create](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_Create)
[DPA_CreateEx](https://www.google.com/search?num=5&q=DPA_CreateEx+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_CreateEx](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_CreateEx)
[DPA_DeleteAllPtrs](https://www.google.com/search?num=5&q=DPA_DeleteAllPtrs+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_DeleteAllPtrs](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_DeleteAllPtrs)
[DPA_DeletePtr](https://www.google.com/search?num=5&q=DPA_DeletePtr+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_DeletePtr](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_DeletePtr)
[DPA_Destroy](https://www.google.com/search?num=5&q=DPA_Destroy+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_Destroy](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_Destroy)
[DPA_DestroyCallback](https://www.google.com/search?num=5&q=DPA_DestroyCallback+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_DestroyCallback](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_DestroyCallback)
[DPA_EnumCallback](https://www.google.com/search?num=5&q=DPA_EnumCallback+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_EnumCallback](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_EnumCallback)
[DPA_GetPtr](https://www.google.com/search?num=5&q=DPA_GetPtr+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_GetPtr](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_GetPtr)
[DPA_GetPtrIndex](https://www.google.com/search?num=5&q=DPA_GetPtrIndex+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_GetPtrIndex](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_GetPtrIndex)
[DPA_GetSize](https://www.google.com/search?num=5&q=DPA_GetSize+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_GetSize](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_GetSize)
[DPA_Grow](https://www.google.com/search?num=5&q=DPA_Grow+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_Grow](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_Grow)
[DPA_InsertPtr](https://www.google.com/search?num=5&q=DPA_InsertPtr+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_InsertPtr](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_InsertPtr)
[DPA_LoadStream](https://www.google.com/search?num=5&q=DPA_LoadStream+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_LoadStream](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_LoadStream)
[DPA_Merge](https://www.google.com/search?num=5&q=DPA_Merge+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_Merge](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_Merge)
[DPA_SaveStream](https://www.google.com/search?num=5&q=DPA_SaveStream+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_SaveStream](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_SaveStream)
[DPA_Search](https://www.google.com/search?num=5&q=DPA_Search+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_Search](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_Search)
[DPA_SetPtr](https://www.google.com/search?num=5&q=DPA_SetPtr+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_SetPtr](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_SetPtr)
[DPA_Sort](https://www.google.com/search?num=5&q=DPA_Sort+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPA_Sort](https://github.com/dahall/Vanara/search?l=C%23&q=DPA_Sort)
[DrawInsert](https://www.google.com/search?num=5&q=DrawInsert+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.DrawInsert](https://github.com/dahall/Vanara/search?l=C%23&q=DrawInsert)
[DrawShadowText](https://www.google.com/search?num=5&q=DrawShadowText+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.DrawShadowText](https://github.com/dahall/Vanara/search?l=C%23&q=DrawShadowText)
[DrawStatusText](https://www.google.com/search?num=5&q=DrawStatusText+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.DrawStatusText](https://github.com/dahall/Vanara/search?l=C%23&q=DrawStatusText)
[DSA_Clone](https://www.google.com/search?num=5&q=DSA_Clone+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_Clone](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_Clone)
[DSA_Create](https://www.google.com/search?num=5&q=DSA_Create+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_Create](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_Create)
[DSA_DeleteAllItems](https://www.google.com/search?num=5&q=DSA_DeleteAllItems+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_DeleteAllItems](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_DeleteAllItems)
[DSA_DeleteItem](https://www.google.com/search?num=5&q=DSA_DeleteItem+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_DeleteItem](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_DeleteItem)
[DSA_Destroy](https://www.google.com/search?num=5&q=DSA_Destroy+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_Destroy](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_Destroy)
[DSA_DestroyCallback](https://www.google.com/search?num=5&q=DSA_DestroyCallback+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_DestroyCallback](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_DestroyCallback)
[DSA_EnumCallback](https://www.google.com/search?num=5&q=DSA_EnumCallback+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_EnumCallback](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_EnumCallback)
[DSA_GetItem](https://www.google.com/search?num=5&q=DSA_GetItem+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_GetItem](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_GetItem)
[DSA_GetItemPtr](https://www.google.com/search?num=5&q=DSA_GetItemPtr+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_GetItemPtr](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_GetItemPtr)
[DSA_GetSize](https://www.google.com/search?num=5&q=DSA_GetSize+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_GetSize](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_GetSize)
[DSA_InsertItem](https://www.google.com/search?num=5&q=DSA_InsertItem+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_InsertItem](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_InsertItem)
[DSA_SetItem](https://www.google.com/search?num=5&q=DSA_SetItem+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_SetItem](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_SetItem)
[DSA_Sort](https://www.google.com/search?num=5&q=DSA_Sort+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DSA_Sort](https://github.com/dahall/Vanara/search?l=C%23&q=DSA_Sort)
[GetEffectiveClientRect](https://www.google.com/search?num=5&q=GetEffectiveClientRect+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.GetEffectiveClientRect](https://github.com/dahall/Vanara/search?l=C%23&q=GetEffectiveClientRect)
[GetMUILanguage](https://www.google.com/search?num=5&q=GetMUILanguage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.GetMUILanguage](https://github.com/dahall/Vanara/search?l=C%23&q=GetMUILanguage)
[GetWindowSubclass](https://www.google.com/search?num=5&q=GetWindowSubclass+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.GetWindowSubclass](https://github.com/dahall/Vanara/search?l=C%23&q=GetWindowSubclass)
[HIMAGELIST_QueryInterface](https://www.google.com/search?num=5&q=HIMAGELIST_QueryInterface+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HIMAGELIST_QueryInterface](https://github.com/dahall/Vanara/search?l=C%23&q=HIMAGELIST_QueryInterface)
[ImageList_CoCreateInstance](https://www.google.com/search?num=5&q=ImageList_CoCreateInstance+site%3Adocs.microsoft.com) | CommonControls.h | [Vanara.PInvoke.ComCtl32.ImageList_CoCreateInstance](https://github.com/dahall/Vanara/search?l=C%23&q=ImageList_CoCreateInstance)
[ImageList_Create](https://www.google.com/search?num=5&q=ImageList_Create+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ImageList_Create](https://github.com/dahall/Vanara/search?l=C%23&q=ImageList_Create)
[ImageList_Destroy](https://www.google.com/search?num=5&q=ImageList_Destroy+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ImageList_Destroy](https://github.com/dahall/Vanara/search?l=C%23&q=ImageList_Destroy)
[ImageList_Duplicate](https://www.google.com/search?num=5&q=ImageList_Duplicate+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ImageList_Duplicate](https://github.com/dahall/Vanara/search?l=C%23&q=ImageList_Duplicate)
[ImageList_GetIcon](https://www.google.com/search?num=5&q=ImageList_GetIcon+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ImageList_GetIcon](https://github.com/dahall/Vanara/search?l=C%23&q=ImageList_GetIcon)
[ImageList_LoadImage](https://www.google.com/search?num=5&q=ImageList_LoadImage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ImageList_LoadImage](https://github.com/dahall/Vanara/search?l=C%23&q=ImageList_LoadImage)
[ImageList_Read](https://www.google.com/search?num=5&q=ImageList_Read+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ImageList_Read](https://github.com/dahall/Vanara/search?l=C%23&q=ImageList_Read)
[ImageList_ReadEx](https://www.google.com/search?num=5&q=ImageList_ReadEx+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ImageList_ReadEx](https://github.com/dahall/Vanara/search?l=C%23&q=ImageList_ReadEx)
[ImageList_Write](https://www.google.com/search?num=5&q=ImageList_Write+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ImageList_Write](https://github.com/dahall/Vanara/search?l=C%23&q=ImageList_Write)
[ImageList_WriteEx](https://www.google.com/search?num=5&q=ImageList_WriteEx+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ImageList_WriteEx](https://github.com/dahall/Vanara/search?l=C%23&q=ImageList_WriteEx)
[InitCommonControlsEx](https://www.google.com/search?num=5&q=InitCommonControlsEx+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.InitCommonControlsEx](https://github.com/dahall/Vanara/search?l=C%23&q=InitCommonControlsEx)
[InitMUILanguage](https://www.google.com/search?num=5&q=InitMUILanguage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.InitMUILanguage](https://github.com/dahall/Vanara/search?l=C%23&q=InitMUILanguage)
[LBItemFromPt](https://www.google.com/search?num=5&q=LBItemFromPt+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LBItemFromPt](https://github.com/dahall/Vanara/search?l=C%23&q=LBItemFromPt)
[LoadIconMetric](https://www.google.com/search?num=5&q=LoadIconMetric+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LoadIconMetric](https://github.com/dahall/Vanara/search?l=C%23&q=LoadIconMetric)
[LoadIconWithScaleDown](https://www.google.com/search?num=5&q=LoadIconWithScaleDown+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LoadIconWithScaleDown](https://github.com/dahall/Vanara/search?l=C%23&q=LoadIconWithScaleDown)
[MakeDragList](https://www.google.com/search?num=5&q=MakeDragList+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.MakeDragList](https://github.com/dahall/Vanara/search?l=C%23&q=MakeDragList)
[MenuHelp](https://www.google.com/search?num=5&q=MenuHelp+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.MenuHelp](https://github.com/dahall/Vanara/search?l=C%23&q=MenuHelp)
[PropertySheet](https://www.google.com/search?num=5&q=PropertySheet+site%3Adocs.microsoft.com) | Prsht.h | [Vanara.PInvoke.ComCtl32.PropertySheet](https://github.com/dahall/Vanara/search?l=C%23&q=PropertySheet)
[RemoveWindowSubclass](https://www.google.com/search?num=5&q=RemoveWindowSubclass+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.RemoveWindowSubclass](https://github.com/dahall/Vanara/search?l=C%23&q=RemoveWindowSubclass)
[SetWindowSubclass](https://www.google.com/search?num=5&q=SetWindowSubclass+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.SetWindowSubclass](https://github.com/dahall/Vanara/search?l=C%23&q=SetWindowSubclass)
[ShowHideMenuCtl](https://www.google.com/search?num=5&q=ShowHideMenuCtl+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ShowHideMenuCtl](https://github.com/dahall/Vanara/search?l=C%23&q=ShowHideMenuCtl)
[Str_SetPtrW](https://www.google.com/search?num=5&q=Str_SetPtrW+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.Str_SetPtr](https://github.com/dahall/Vanara/search?l=C%23&q=Str_SetPtr)
[TaskDialog](https://www.google.com/search?num=5&q=TaskDialog+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TaskDialog](https://github.com/dahall/Vanara/search?l=C%23&q=TaskDialog)
[TaskDialogIndirect](https://www.google.com/search?num=5&q=TaskDialogIndirect+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TaskDialogIndirect](https://github.com/dahall/Vanara/search?l=C%23&q=TaskDialogIndirect)
### Enumerations
Native Enum | Header | Managed Enum
--- | --- | ---
[AsyncDrawRetFlags](https://www.google.com/search?num=5&q=AsyncDrawRetFlags+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.AsyncDrawRetFlags](https://github.com/dahall/Vanara/search?l=C%23&q=AsyncDrawRetFlags)
[ButtonImageListAlign](https://www.google.com/search?num=5&q=ButtonImageListAlign+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ButtonImageListAlign](https://github.com/dahall/Vanara/search?l=C%23&q=ButtonImageListAlign)
[CBEN_ENDEDIT_FLAG](https://www.google.com/search?num=5&q=CBEN_ENDEDIT_FLAG+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.CBEN_ENDEDIT_FLAG](https://github.com/dahall/Vanara/search?l=C%23&q=CBEN_ENDEDIT_FLAG)
[CMB](https://www.google.com/search?num=5&q=CMB+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.CMB](https://github.com/dahall/Vanara/search?l=C%23&q=CMB)
[ComboBoxExItemMask](https://www.google.com/search?num=5&q=ComboBoxExItemMask+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ComboBoxExItemMask](https://github.com/dahall/Vanara/search?l=C%23&q=ComboBoxExItemMask)
[ComboBoxExStyle](https://www.google.com/search?num=5&q=ComboBoxExStyle+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ComboBoxExStyle](https://github.com/dahall/Vanara/search?l=C%23&q=ComboBoxExStyle)
[CommonControlClass](https://www.google.com/search?num=5&q=CommonControlClass+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.CommonControlClass](https://github.com/dahall/Vanara/search?l=C%23&q=CommonControlClass)
[CommonControlMessage](https://www.google.com/search?num=5&q=CommonControlMessage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.CommonControlMessage](https://github.com/dahall/Vanara/search?l=C%23&q=CommonControlMessage)
[CommonControlNotification](https://www.google.com/search?num=5&q=CommonControlNotification+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.CommonControlNotification](https://github.com/dahall/Vanara/search?l=C%23&q=CommonControlNotification)
[CustomDrawItemState](https://www.google.com/search?num=5&q=CustomDrawItemState+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.CustomDrawItemState](https://github.com/dahall/Vanara/search?l=C%23&q=CustomDrawItemState)
[CustomDrawResponse](https://www.google.com/search?num=5&q=CustomDrawResponse+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.CustomDrawResponse](https://github.com/dahall/Vanara/search?l=C%23&q=CustomDrawResponse)
[CustomDrawStage](https://www.google.com/search?num=5&q=CustomDrawStage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.CustomDrawStage](https://github.com/dahall/Vanara/search?l=C%23&q=CustomDrawStage)
[DPAM](https://www.google.com/search?num=5&q=DPAM+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.DPAM](https://github.com/dahall/Vanara/search?l=C%23&q=DPAM)
[DPAMM](https://www.google.com/search?num=5&q=DPAMM+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.DPAMM](https://github.com/dahall/Vanara/search?l=C%23&q=DPAMM)
[DPAS](https://www.google.com/search?num=5&q=DPAS+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.DPAS](https://github.com/dahall/Vanara/search?l=C%23&q=DPAS)
[HeaderHitTestFlag](https://www.google.com/search?num=5&q=HeaderHitTestFlag+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.HeaderHitTestFlag](https://github.com/dahall/Vanara/search?l=C%23&q=HeaderHitTestFlag)
[HeaderItemFilterType](https://www.google.com/search?num=5&q=HeaderItemFilterType+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.HeaderItemFilterType](https://github.com/dahall/Vanara/search?l=C%23&q=HeaderItemFilterType)
[HeaderItemFormat](https://www.google.com/search?num=5&q=HeaderItemFormat+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.HeaderItemFormat](https://github.com/dahall/Vanara/search?l=C%23&q=HeaderItemFormat)
[HeaderItemImageDisplay](https://www.google.com/search?num=5&q=HeaderItemImageDisplay+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.HeaderItemImageDisplay](https://github.com/dahall/Vanara/search?l=C%23&q=HeaderItemImageDisplay)
[HeaderItemMask](https://www.google.com/search?num=5&q=HeaderItemMask+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.HeaderItemMask](https://github.com/dahall/Vanara/search?l=C%23&q=HeaderItemMask)
[HeaderItemState](https://www.google.com/search?num=5&q=HeaderItemState+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.HeaderItemState](https://github.com/dahall/Vanara/search?l=C%23&q=HeaderItemState)
[HeaderMessage](https://www.google.com/search?num=5&q=HeaderMessage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HeaderMessage](https://github.com/dahall/Vanara/search?l=C%23&q=HeaderMessage)
[HeaderNotification](https://www.google.com/search?num=5&q=HeaderNotification+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HeaderNotification](https://github.com/dahall/Vanara/search?l=C%23&q=HeaderNotification)
[HeaderStyle](https://www.google.com/search?num=5&q=HeaderStyle+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HeaderStyle](https://github.com/dahall/Vanara/search?l=C%23&q=HeaderStyle)
[HICF](https://www.google.com/search?num=5&q=HICF+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HICF](https://github.com/dahall/Vanara/search?l=C%23&q=HICF)
[HIST](https://www.google.com/search?num=5&q=HIST+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HIST](https://github.com/dahall/Vanara/search?l=C%23&q=HIST)
[HotItemChangeFlags](https://www.google.com/search?num=5&q=HotItemChangeFlags+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HotItemChangeFlags](https://github.com/dahall/Vanara/search?l=C%23&q=HotItemChangeFlags)
[IDB](https://www.google.com/search?num=5&q=IDB+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.IDB](https://github.com/dahall/Vanara/search?l=C%23&q=IDB)
[ILC](https://www.google.com/search?num=5&q=ILC+site%3Adocs.microsoft.com) | Shlobj.h | [Vanara.PInvoke.ComCtl32.ILC](https://github.com/dahall/Vanara/search?l=C%23&q=ILC)
[ILDI](https://www.google.com/search?num=5&q=ILDI+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.ILDI](https://github.com/dahall/Vanara/search?l=C%23&q=ILDI)
[ILFIP](https://www.google.com/search?num=5&q=ILFIP+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.ILFIP](https://github.com/dahall/Vanara/search?l=C%23&q=ILFIP)
[ILGOS](https://www.google.com/search?num=5&q=ILGOS+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.ILGOS](https://github.com/dahall/Vanara/search?l=C%23&q=ILGOS)
[ILP](https://www.google.com/search?num=5&q=ILP+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.ILP](https://github.com/dahall/Vanara/search?l=C%23&q=ILP)
[ILR](https://www.google.com/search?num=5&q=ILR+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.ILR](https://github.com/dahall/Vanara/search?l=C%23&q=ILR)
[IMAGELISTCOPYFLAG](https://www.google.com/search?num=5&q=IMAGELISTCOPYFLAG+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.IMAGELISTCOPYFLAG](https://github.com/dahall/Vanara/search?l=C%23&q=IMAGELISTCOPYFLAG)
[IMAGELISTDRAWFLAGS](https://www.google.com/search?num=5&q=IMAGELISTDRAWFLAGS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.IMAGELISTDRAWFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=IMAGELISTDRAWFLAGS)
[IMAGELISTITEMFLAG](https://www.google.com/search?num=5&q=IMAGELISTITEMFLAG+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.IMAGELISTITEMFLAG](https://github.com/dahall/Vanara/search?l=C%23&q=IMAGELISTITEMFLAG)
[IMAGELISTSTATEFLAGS](https://www.google.com/search?num=5&q=IMAGELISTSTATEFLAGS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.IMAGELISTSTATEFLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=IMAGELISTSTATEFLAGS)
[IPAddressMessage](https://www.google.com/search?num=5&q=IPAddressMessage+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.IPAddressMessage](https://github.com/dahall/Vanara/search?l=C%23&q=IPAddressMessage)
[IPAddressNotification](https://www.google.com/search?num=5&q=IPAddressNotification+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.IPAddressNotification](https://github.com/dahall/Vanara/search?l=C%23&q=IPAddressNotification)
[LI_METRIC](https://www.google.com/search?num=5&q=LI_METRIC+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.LI_METRIC](https://github.com/dahall/Vanara/search?l=C%23&q=LI_METRIC)
[ListViewArrange](https://www.google.com/search?num=5&q=ListViewArrange+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewArrange](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewArrange)
[ListViewBkImageFlag](https://www.google.com/search?num=5&q=ListViewBkImageFlag+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewBkImageFlag](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewBkImageFlag)
[ListViewColumMask](https://www.google.com/search?num=5&q=ListViewColumMask+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewColumMask](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewColumMask)
[ListViewColumnFormat](https://www.google.com/search?num=5&q=ListViewColumnFormat+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewColumnFormat](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewColumnFormat)
[ListViewFindInfoFlag](https://www.google.com/search?num=5&q=ListViewFindInfoFlag+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewFindInfoFlag](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewFindInfoFlag)
[ListViewGroupAlignment](https://www.google.com/search?num=5&q=ListViewGroupAlignment+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewGroupAlignment](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewGroupAlignment)
[ListViewGroupMask](https://www.google.com/search?num=5&q=ListViewGroupMask+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewGroupMask](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewGroupMask)
[ListViewGroupMetricsMask](https://www.google.com/search?num=5&q=ListViewGroupMetricsMask+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewGroupMetricsMask](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewGroupMetricsMask)
[ListViewGroupRect](https://www.google.com/search?num=5&q=ListViewGroupRect+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewGroupRect](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewGroupRect)
[ListViewGroupState](https://www.google.com/search?num=5&q=ListViewGroupState+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewGroupState](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewGroupState)
[ListViewHitTestFlag](https://www.google.com/search?num=5&q=ListViewHitTestFlag+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewHitTestFlag](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewHitTestFlag)
[ListViewImageList](https://www.google.com/search?num=5&q=ListViewImageList+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewImageList](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewImageList)
[ListViewInsertMarkFlag](https://www.google.com/search?num=5&q=ListViewInsertMarkFlag+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewInsertMarkFlag](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewInsertMarkFlag)
[ListViewItemMask](https://www.google.com/search?num=5&q=ListViewItemMask+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewItemMask](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewItemMask)
[ListViewItemRect](https://www.google.com/search?num=5&q=ListViewItemRect+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewItemRect](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewItemRect)
[ListViewItemState](https://www.google.com/search?num=5&q=ListViewItemState+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewItemState](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewItemState)
[ListViewMessage](https://www.google.com/search?num=5&q=ListViewMessage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewMessage](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewMessage)
[ListViewNextItemFlag](https://www.google.com/search?num=5&q=ListViewNextItemFlag+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewNextItemFlag](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewNextItemFlag)
[ListViewNotification](https://www.google.com/search?num=5&q=ListViewNotification+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewNotification](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewNotification)
[ListViewStyle](https://www.google.com/search?num=5&q=ListViewStyle+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewStyle](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewStyle)
[ListViewStyleEx](https://www.google.com/search?num=5&q=ListViewStyleEx+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewStyleEx](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewStyleEx)
[ListViewTileViewFlag](https://www.google.com/search?num=5&q=ListViewTileViewFlag+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewTileViewFlag](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewTileViewFlag)
[ListViewTileViewMask](https://www.google.com/search?num=5&q=ListViewTileViewMask+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ListViewTileViewMask](https://github.com/dahall/Vanara/search?l=C%23&q=ListViewTileViewMask)
[ProgressMessage](https://www.google.com/search?num=5&q=ProgressMessage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ProgressMessage](https://github.com/dahall/Vanara/search?l=C%23&q=ProgressMessage)
[ProgressState](https://www.google.com/search?num=5&q=ProgressState+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ProgressState](https://github.com/dahall/Vanara/search?l=C%23&q=ProgressState)
[ProgressStyle](https://www.google.com/search?num=5&q=ProgressStyle+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ProgressStyle](https://github.com/dahall/Vanara/search?l=C%23&q=ProgressStyle)
[PropSheetCallbackMessage](https://www.google.com/search?num=5&q=PropSheetCallbackMessage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.PropSheetCallbackMessage](https://github.com/dahall/Vanara/search?l=C%23&q=PropSheetCallbackMessage)
[PropSheetFlags](https://www.google.com/search?num=5&q=PropSheetFlags+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.PropSheetFlags](https://github.com/dahall/Vanara/search?l=C%23&q=PropSheetFlags)
[PropSheetHeaderFlags](https://www.google.com/search?num=5&q=PropSheetHeaderFlags+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.PropSheetHeaderFlags](https://github.com/dahall/Vanara/search?l=C%23&q=PropSheetHeaderFlags)
[PropSheetPageCallbackAction](https://www.google.com/search?num=5&q=PropSheetPageCallbackAction+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.PropSheetPageCallbackAction](https://github.com/dahall/Vanara/search?l=C%23&q=PropSheetPageCallbackAction)
[SBT](https://www.google.com/search?num=5&q=SBT+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.SBT](https://github.com/dahall/Vanara/search?l=C%23&q=SBT)
[SplitButtonInfoMask](https://www.google.com/search?num=5&q=SplitButtonInfoMask+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.SplitButtonInfoMask](https://github.com/dahall/Vanara/search?l=C%23&q=SplitButtonInfoMask)
[SplitButtonInfoStyle](https://www.google.com/search?num=5&q=SplitButtonInfoStyle+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.SplitButtonInfoStyle](https://github.com/dahall/Vanara/search?l=C%23&q=SplitButtonInfoStyle)
[STD](https://www.google.com/search?num=5&q=STD+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.STD](https://github.com/dahall/Vanara/search?l=C%23&q=STD)
[TabControlHitTestFlags](https://www.google.com/search?num=5&q=TabControlHitTestFlags+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TabControlHitTestFlags](https://github.com/dahall/Vanara/search?l=C%23&q=TabControlHitTestFlags)
[TabControlItemMask](https://www.google.com/search?num=5&q=TabControlItemMask+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TabControlItemMask](https://github.com/dahall/Vanara/search?l=C%23&q=TabControlItemMask)
[TabControlItemStates](https://www.google.com/search?num=5&q=TabControlItemStates+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TabControlItemStates](https://github.com/dahall/Vanara/search?l=C%23&q=TabControlItemStates)
[TabControlMessage](https://www.google.com/search?num=5&q=TabControlMessage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TabControlMessage](https://github.com/dahall/Vanara/search?l=C%23&q=TabControlMessage)
[TabControlNotification](https://www.google.com/search?num=5&q=TabControlNotification+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TabControlNotification](https://github.com/dahall/Vanara/search?l=C%23&q=TabControlNotification)
[TabControlStyles](https://www.google.com/search?num=5&q=TabControlStyles+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TabControlStyles](https://github.com/dahall/Vanara/search?l=C%23&q=TabControlStyles)
[TabControlStylesEx](https://www.google.com/search?num=5&q=TabControlStylesEx+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TabControlStylesEx](https://github.com/dahall/Vanara/search?l=C%23&q=TabControlStylesEx)
[TASKDIALOG_COMMON_BUTTON_FLAGS](https://www.google.com/search?num=5&q=TASKDIALOG_COMMON_BUTTON_FLAGS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TASKDIALOG_COMMON_BUTTON_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=TASKDIALOG_COMMON_BUTTON_FLAGS)
[TASKDIALOG_ELEMENTS](https://www.google.com/search?num=5&q=TASKDIALOG_ELEMENTS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TASKDIALOG_ELEMENTS](https://github.com/dahall/Vanara/search?l=C%23&q=TASKDIALOG_ELEMENTS)
[TASKDIALOG_FLAGS](https://www.google.com/search?num=5&q=TASKDIALOG_FLAGS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TASKDIALOG_FLAGS](https://github.com/dahall/Vanara/search?l=C%23&q=TASKDIALOG_FLAGS)
[TASKDIALOG_ICON_ELEMENTS](https://www.google.com/search?num=5&q=TASKDIALOG_ICON_ELEMENTS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TASKDIALOG_ICON_ELEMENTS](https://github.com/dahall/Vanara/search?l=C%23&q=TASKDIALOG_ICON_ELEMENTS)
[TaskDialogIcon](https://www.google.com/search?num=5&q=TaskDialogIcon+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TaskDialogIcon](https://github.com/dahall/Vanara/search?l=C%23&q=TaskDialogIcon)
[TaskDialogMessage](https://www.google.com/search?num=5&q=TaskDialogMessage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TaskDialogMessage](https://github.com/dahall/Vanara/search?l=C%23&q=TaskDialogMessage)
[TaskDialogNotification](https://www.google.com/search?num=5&q=TaskDialogNotification+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TaskDialogNotification](https://github.com/dahall/Vanara/search?l=C%23&q=TaskDialogNotification)
[TBCDRF](https://www.google.com/search?num=5&q=TBCDRF+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBCDRF](https://github.com/dahall/Vanara/search?l=C%23&q=TBCDRF)
[TBDDRET](https://www.google.com/search?num=5&q=TBDDRET+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBDDRET](https://github.com/dahall/Vanara/search?l=C%23&q=TBDDRET)
[TBIF](https://www.google.com/search?num=5&q=TBIF+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBIF](https://github.com/dahall/Vanara/search?l=C%23&q=TBIF)
[TBIMHT](https://www.google.com/search?num=5&q=TBIMHT+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBIMHT](https://github.com/dahall/Vanara/search?l=C%23&q=TBIMHT)
[TBMF](https://www.google.com/search?num=5&q=TBMF+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBMF](https://github.com/dahall/Vanara/search?l=C%23&q=TBMF)
[TBNF](https://www.google.com/search?num=5&q=TBNF+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBNF](https://github.com/dahall/Vanara/search?l=C%23&q=TBNF)
[TBSTATE](https://www.google.com/search?num=5&q=TBSTATE+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBSTATE](https://github.com/dahall/Vanara/search?l=C%23&q=TBSTATE)
[ToolbarMessage](https://www.google.com/search?num=5&q=ToolbarMessage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ToolbarMessage](https://github.com/dahall/Vanara/search?l=C%23&q=ToolbarMessage)
[ToolbarNotification](https://www.google.com/search?num=5&q=ToolbarNotification+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ToolbarNotification](https://github.com/dahall/Vanara/search?l=C%23&q=ToolbarNotification)
[ToolbarStyle](https://www.google.com/search?num=5&q=ToolbarStyle+site%3Adocs.microsoft.com) | CommCtrl.h | [Vanara.PInvoke.ComCtl32.ToolbarStyle](https://github.com/dahall/Vanara/search?l=C%23&q=ToolbarStyle)
[ToolbarStyleEx](https://www.google.com/search?num=5&q=ToolbarStyleEx+site%3Adocs.microsoft.com) | CommCtrl.h | [Vanara.PInvoke.ComCtl32.ToolbarStyleEx](https://github.com/dahall/Vanara/search?l=C%23&q=ToolbarStyleEx)
[ToolTipIcon](https://www.google.com/search?num=5&q=ToolTipIcon+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ToolTipIcon](https://github.com/dahall/Vanara/search?l=C%23&q=ToolTipIcon)
[ToolTipInfoFlags](https://www.google.com/search?num=5&q=ToolTipInfoFlags+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ToolTipInfoFlags](https://github.com/dahall/Vanara/search?l=C%23&q=ToolTipInfoFlags)
[ToolTipMessage](https://www.google.com/search?num=5&q=ToolTipMessage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ToolTipMessage](https://github.com/dahall/Vanara/search?l=C%23&q=ToolTipMessage)
[ToolTipNotification](https://www.google.com/search?num=5&q=ToolTipNotification+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.ToolTipNotification](https://github.com/dahall/Vanara/search?l=C%23&q=ToolTipNotification)
[TrackBarCustomDraw](https://www.google.com/search?num=5&q=TrackBarCustomDraw+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TrackBarCustomDraw](https://github.com/dahall/Vanara/search?l=C%23&q=TrackBarCustomDraw)
[TrackBarMessage](https://www.google.com/search?num=5&q=TrackBarMessage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TrackBarMessage](https://github.com/dahall/Vanara/search?l=C%23&q=TrackBarMessage)
[TrackBarNotification](https://www.google.com/search?num=5&q=TrackBarNotification+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TrackBarNotification](https://github.com/dahall/Vanara/search?l=C%23&q=TrackBarNotification)
[TrackBarScrollNotification](https://www.google.com/search?num=5&q=TrackBarScrollNotification+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TrackBarScrollNotification](https://github.com/dahall/Vanara/search?l=C%23&q=TrackBarScrollNotification)
[TrackBarStyle](https://www.google.com/search?num=5&q=TrackBarStyle+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TrackBarStyle](https://github.com/dahall/Vanara/search?l=C%23&q=TrackBarStyle)
[TrackBarTipSide](https://www.google.com/search?num=5&q=TrackBarTipSide+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TrackBarTipSide](https://github.com/dahall/Vanara/search?l=C%23&q=TrackBarTipSide)
[TreeViewActionFlag](https://www.google.com/search?num=5&q=TreeViewActionFlag+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewActionFlag](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewActionFlag)
[TreeViewExpandFlags](https://www.google.com/search?num=5&q=TreeViewExpandFlags+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewExpandFlags](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewExpandFlags)
[TreeViewHitTestFlags](https://www.google.com/search?num=5&q=TreeViewHitTestFlags+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewHitTestFlags](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewHitTestFlags)
[TreeViewInsert](https://www.google.com/search?num=5&q=TreeViewInsert+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewInsert](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewInsert)
[TreeViewItemMask](https://www.google.com/search?num=5&q=TreeViewItemMask+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewItemMask](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewItemMask)
[TreeViewItemStates](https://www.google.com/search?num=5&q=TreeViewItemStates+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewItemStates](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewItemStates)
[TreeViewItemStatesEx](https://www.google.com/search?num=5&q=TreeViewItemStatesEx+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewItemStatesEx](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewItemStatesEx)
[TreeViewMessage](https://www.google.com/search?num=5&q=TreeViewMessage+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewMessage](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewMessage)
[TreeViewNotification](https://www.google.com/search?num=5&q=TreeViewNotification+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewNotification](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewNotification)
[TreeViewNotificationReturnBehavior](https://www.google.com/search?num=5&q=TreeViewNotificationReturnBehavior+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewNotificationReturnBehavior](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewNotificationReturnBehavior)
[TreeViewSelChangedCause](https://www.google.com/search?num=5&q=TreeViewSelChangedCause+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewSelChangedCause](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewSelChangedCause)
[TreeViewSetBorderFlags](https://www.google.com/search?num=5&q=TreeViewSetBorderFlags+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewSetBorderFlags](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewSetBorderFlags)
[TreeViewSetImageListType](https://www.google.com/search?num=5&q=TreeViewSetImageListType+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewSetImageListType](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewSetImageListType)
[TreeViewStyle](https://www.google.com/search?num=5&q=TreeViewStyle+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewStyle](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewStyle)
[TreeViewStyleEx](https://www.google.com/search?num=5&q=TreeViewStyleEx+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TreeViewStyleEx](https://github.com/dahall/Vanara/search?l=C%23&q=TreeViewStyleEx)
[TVITEMPART](https://www.google.com/search?num=5&q=TVITEMPART+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TVITEMPART](https://github.com/dahall/Vanara/search?l=C%23&q=TVITEMPART)
[UpDownMessage](https://www.google.com/search?num=5&q=UpDownMessage+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.UpDownMessage](https://github.com/dahall/Vanara/search?l=C%23&q=UpDownMessage)
[UpDownNotification](https://www.google.com/search?num=5&q=UpDownNotification+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.UpDownNotification](https://github.com/dahall/Vanara/search?l=C%23&q=UpDownNotification)
[UpDownStyle](https://www.google.com/search?num=5&q=UpDownStyle+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.UpDownStyle](https://github.com/dahall/Vanara/search?l=C%23&q=UpDownStyle)
[VIEW](https://www.google.com/search?num=5&q=VIEW+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.VIEW](https://github.com/dahall/Vanara/search?l=C%23&q=VIEW)
### Structures
Native Structure | Header | Managed Structure
--- | --- | ---
[BUTTON_IMAGELIST](https://www.google.com/search?num=5&q=BUTTON_IMAGELIST+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.BUTTON_IMAGELIST](https://github.com/dahall/Vanara/search?l=C%23&q=BUTTON_IMAGELIST)
[BUTTON_SPLITINFO](https://www.google.com/search?num=5&q=BUTTON_SPLITINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.BUTTON_SPLITINFO](https://github.com/dahall/Vanara/search?l=C%23&q=BUTTON_SPLITINFO)
[COLORMAP](https://www.google.com/search?num=5&q=COLORMAP+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.COLORMAP](https://github.com/dahall/Vanara/search?l=C%23&q=COLORMAP)
[COLORSCHEME](https://www.google.com/search?num=5&q=COLORSCHEME+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.COLORSCHEME](https://github.com/dahall/Vanara/search?l=C%23&q=COLORSCHEME)
[COMBOBOXEXITEM](https://www.google.com/search?num=5&q=COMBOBOXEXITEM+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.COMBOBOXEXITEM](https://github.com/dahall/Vanara/search?l=C%23&q=COMBOBOXEXITEM)
[COMBOBOXINFO](https://www.google.com/search?num=5&q=COMBOBOXINFO+site%3Adocs.microsoft.com) | Winuser.h | [Vanara.PInvoke.ComCtl32.COMBOBOXINFO](https://github.com/dahall/Vanara/search?l=C%23&q=COMBOBOXINFO)
[DPASTREAMINFO](https://www.google.com/search?num=5&q=DPASTREAMINFO+site%3Adocs.microsoft.com) | Dpa_dsa.h | [Vanara.PInvoke.ComCtl32.DPASTREAMINFO](https://github.com/dahall/Vanara/search?l=C%23&q=DPASTREAMINFO)
[EDITBALLOONTIP](https://www.google.com/search?num=5&q=EDITBALLOONTIP+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.EDITBALLOONTIP](https://github.com/dahall/Vanara/search?l=C%23&q=EDITBALLOONTIP)
[HDHITTESTINFO](https://www.google.com/search?num=5&q=HDHITTESTINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HDHITTESTINFO](https://github.com/dahall/Vanara/search?l=C%23&q=HDHITTESTINFO)
[HDITEM](https://www.google.com/search?num=5&q=HDITEM+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HDITEM](https://github.com/dahall/Vanara/search?l=C%23&q=HDITEM)
[HDLAYOUT](https://www.google.com/search?num=5&q=HDLAYOUT+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HDLAYOUT](https://github.com/dahall/Vanara/search?l=C%23&q=HDLAYOUT)
[HDTEXTFILTER](https://www.google.com/search?num=5&q=HDTEXTFILTER+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HDTEXTFILTER](https://github.com/dahall/Vanara/search?l=C%23&q=HDTEXTFILTER)
[HTREEITEM](https://www.google.com/search?num=5&q=HTREEITEM+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.HTREEITEM](https://github.com/dahall/Vanara/search?l=C%23&q=HTREEITEM)
[IMAGEINFO](https://www.google.com/search?num=5&q=IMAGEINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.IMAGEINFO](https://github.com/dahall/Vanara/search?l=C%23&q=IMAGEINFO)
[IMAGELISTDRAWPARAMS](https://www.google.com/search?num=5&q=IMAGELISTDRAWPARAMS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.IMAGELISTDRAWPARAMS](https://github.com/dahall/Vanara/search?l=C%23&q=IMAGELISTDRAWPARAMS)
[IMAGELISTSTATS](https://www.google.com/search?num=5&q=IMAGELISTSTATS+site%3Adocs.microsoft.com) | Commoncontrols.h | [Vanara.PInvoke.ComCtl32.IMAGELISTSTATS](https://github.com/dahall/Vanara/search?l=C%23&q=IMAGELISTSTATS)
[INITCOMMONCONTROLSEX](https://www.google.com/search?num=5&q=INITCOMMONCONTROLSEX+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.INITCOMMONCONTROLSEX](https://github.com/dahall/Vanara/search?l=C%23&q=INITCOMMONCONTROLSEX)
[LVBKIMAGE](https://www.google.com/search?num=5&q=LVBKIMAGE+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVBKIMAGE](https://github.com/dahall/Vanara/search?l=C%23&q=LVBKIMAGE)
[LVCOLUMN](https://www.google.com/search?num=5&q=LVCOLUMN+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVCOLUMN](https://github.com/dahall/Vanara/search?l=C%23&q=LVCOLUMN)
[LVFINDINFO](https://www.google.com/search?num=5&q=LVFINDINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVFINDINFO](https://github.com/dahall/Vanara/search?l=C%23&q=LVFINDINFO)
[LVGROUP](https://www.google.com/search?num=5&q=LVGROUP+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVGROUP](https://github.com/dahall/Vanara/search?l=C%23&q=LVGROUP)
[LVGROUPMETRICS](https://www.google.com/search?num=5&q=LVGROUPMETRICS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVGROUPMETRICS](https://github.com/dahall/Vanara/search?l=C%23&q=LVGROUPMETRICS)
[LVHITTESTINFO](https://www.google.com/search?num=5&q=LVHITTESTINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVHITTESTINFO](https://github.com/dahall/Vanara/search?l=C%23&q=LVHITTESTINFO)
[LVINSERTMARK](https://www.google.com/search?num=5&q=LVINSERTMARK+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVINSERTMARK](https://github.com/dahall/Vanara/search?l=C%23&q=LVINSERTMARK)
[LVITEM](https://www.google.com/search?num=5&q=LVITEM+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVITEM](https://github.com/dahall/Vanara/search?l=C%23&q=LVITEM)
[LVITEMCOLUMNINFO](https://www.google.com/search?num=5&q=LVITEMCOLUMNINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVITEMCOLUMNINFO](https://github.com/dahall/Vanara/search?l=C%23&q=LVITEMCOLUMNINFO)
[LVITEMINDEX](https://www.google.com/search?num=5&q=LVITEMINDEX+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVITEMINDEX](https://github.com/dahall/Vanara/search?l=C%23&q=LVITEMINDEX)
[LVTILEVIEWINFO](https://www.google.com/search?num=5&q=LVTILEVIEWINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVTILEVIEWINFO](https://github.com/dahall/Vanara/search?l=C%23&q=LVTILEVIEWINFO)
[NMBCDROPDOWN](https://www.google.com/search?num=5&q=NMBCDROPDOWN+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMBCDROPDOWN](https://github.com/dahall/Vanara/search?l=C%23&q=NMBCDROPDOWN)
[NMBCHOTITEM](https://www.google.com/search?num=5&q=NMBCHOTITEM+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMBCHOTITEM](https://github.com/dahall/Vanara/search?l=C%23&q=NMBCHOTITEM)
[NMCBEDRAGBEGIN](https://www.google.com/search?num=5&q=NMCBEDRAGBEGIN+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMCBEDRAGBEGIN](https://github.com/dahall/Vanara/search?l=C%23&q=NMCBEDRAGBEGIN)
[NMCBEENDEDIT](https://www.google.com/search?num=5&q=NMCBEENDEDIT+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMCBEENDEDIT](https://github.com/dahall/Vanara/search?l=C%23&q=NMCBEENDEDIT)
[NMCHAR](https://www.google.com/search?num=5&q=NMCHAR+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMCHAR](https://github.com/dahall/Vanara/search?l=C%23&q=NMCHAR)
[NMCOMBOBOXEX](https://www.google.com/search?num=5&q=NMCOMBOBOXEX+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMCOMBOBOXEX](https://github.com/dahall/Vanara/search?l=C%23&q=NMCOMBOBOXEX)
[NMCUSTOMDRAW](https://www.google.com/search?num=5&q=NMCUSTOMDRAW+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMCUSTOMDRAW](https://github.com/dahall/Vanara/search?l=C%23&q=NMCUSTOMDRAW)
[NMCUSTOMSPLITRECTINFO](https://www.google.com/search?num=5&q=NMCUSTOMSPLITRECTINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMCUSTOMSPLITRECTINFO](https://github.com/dahall/Vanara/search?l=C%23&q=NMCUSTOMSPLITRECTINFO)
[NMCUSTOMTEXT](https://www.google.com/search?num=5&q=NMCUSTOMTEXT+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMCUSTOMTEXT](https://github.com/dahall/Vanara/search?l=C%23&q=NMCUSTOMTEXT)
[NMHDDISPINFO](https://www.google.com/search?num=5&q=NMHDDISPINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMHDDISPINFO](https://github.com/dahall/Vanara/search?l=C%23&q=NMHDDISPINFO)
[NMHDFILTERBTNCLICK](https://www.google.com/search?num=5&q=NMHDFILTERBTNCLICK+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMHDFILTERBTNCLICK](https://github.com/dahall/Vanara/search?l=C%23&q=NMHDFILTERBTNCLICK)
[NMHEADER](https://www.google.com/search?num=5&q=NMHEADER+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMHEADER](https://github.com/dahall/Vanara/search?l=C%23&q=NMHEADER)
[NMIPADDRESS](https://www.google.com/search?num=5&q=NMIPADDRESS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMIPADDRESS](https://github.com/dahall/Vanara/search?l=C%23&q=NMIPADDRESS)
[NMKEY](https://www.google.com/search?num=5&q=NMKEY+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMKEY](https://github.com/dahall/Vanara/search?l=C%23&q=NMKEY)
[NMLISTVIEW](https://www.google.com/search?num=5&q=NMLISTVIEW+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMLISTVIEW](https://github.com/dahall/Vanara/search?l=C%23&q=NMLISTVIEW)
[NMMOUSE](https://www.google.com/search?num=5&q=NMMOUSE+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMMOUSE](https://github.com/dahall/Vanara/search?l=C%23&q=NMMOUSE)
[NMOBJECTNOTIFY](https://www.google.com/search?num=5&q=NMOBJECTNOTIFY+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMOBJECTNOTIFY](https://github.com/dahall/Vanara/search?l=C%23&q=NMOBJECTNOTIFY)
[NMTBDISPINFO](https://www.google.com/search?num=5&q=NMTBDISPINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTBDISPINFO](https://github.com/dahall/Vanara/search?l=C%23&q=NMTBDISPINFO)
[NMTBGETINFOTIP](https://www.google.com/search?num=5&q=NMTBGETINFOTIP+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTBGETINFOTIP](https://github.com/dahall/Vanara/search?l=C%23&q=NMTBGETINFOTIP)
[NMTBHOTITEM](https://www.google.com/search?num=5&q=NMTBHOTITEM+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTBHOTITEM](https://github.com/dahall/Vanara/search?l=C%23&q=NMTBHOTITEM)
[NMTBRESTORE](https://www.google.com/search?num=5&q=NMTBRESTORE+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTBRESTORE](https://github.com/dahall/Vanara/search?l=C%23&q=NMTBRESTORE)
[NMTBSAVE](https://www.google.com/search?num=5&q=NMTBSAVE+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTBSAVE](https://github.com/dahall/Vanara/search?l=C%23&q=NMTBSAVE)
[NMTOOLBAR](https://www.google.com/search?num=5&q=NMTOOLBAR+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTOOLBAR](https://github.com/dahall/Vanara/search?l=C%23&q=NMTOOLBAR)
[NMTOOLTIPSCREATED](https://www.google.com/search?num=5&q=NMTOOLTIPSCREATED+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTOOLTIPSCREATED](https://github.com/dahall/Vanara/search?l=C%23&q=NMTOOLTIPSCREATED)
[NMTRBTHUMBPOSCHANGING](https://www.google.com/search?num=5&q=NMTRBTHUMBPOSCHANGING+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTRBTHUMBPOSCHANGING](https://github.com/dahall/Vanara/search?l=C%23&q=NMTRBTHUMBPOSCHANGING)
[NMTREEVIEW](https://www.google.com/search?num=5&q=NMTREEVIEW+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTREEVIEW](https://github.com/dahall/Vanara/search?l=C%23&q=NMTREEVIEW)
[NMTTDISPINFO](https://www.google.com/search?num=5&q=NMTTDISPINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTTDISPINFO](https://github.com/dahall/Vanara/search?l=C%23&q=NMTTDISPINFO)
[NMTVASYNCDRAW](https://www.google.com/search?num=5&q=NMTVASYNCDRAW+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTVASYNCDRAW](https://github.com/dahall/Vanara/search?l=C%23&q=NMTVASYNCDRAW)
[NMTVCUSTOMDRAW](https://www.google.com/search?num=5&q=NMTVCUSTOMDRAW+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTVCUSTOMDRAW](https://github.com/dahall/Vanara/search?l=C%23&q=NMTVCUSTOMDRAW)
[NMTVDISPINFO](https://www.google.com/search?num=5&q=NMTVDISPINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTVDISPINFO](https://github.com/dahall/Vanara/search?l=C%23&q=NMTVDISPINFO)
[NMTVDISPINFOEX](https://www.google.com/search?num=5&q=NMTVDISPINFOEX+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTVDISPINFOEX](https://github.com/dahall/Vanara/search?l=C%23&q=NMTVDISPINFOEX)
[NMTVGETINFOTIP](https://www.google.com/search?num=5&q=NMTVGETINFOTIP+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTVGETINFOTIP](https://github.com/dahall/Vanara/search?l=C%23&q=NMTVGETINFOTIP)
[NMTVITEMCHANGE](https://www.google.com/search?num=5&q=NMTVITEMCHANGE+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTVITEMCHANGE](https://github.com/dahall/Vanara/search?l=C%23&q=NMTVITEMCHANGE)
[NMTVKEYDOWN](https://www.google.com/search?num=5&q=NMTVKEYDOWN+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMTVKEYDOWN](https://github.com/dahall/Vanara/search?l=C%23&q=NMTVKEYDOWN)
[NMUPDOWN](https://www.google.com/search?num=5&q=NMUPDOWN+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMUPDOWN](https://github.com/dahall/Vanara/search?l=C%23&q=NMUPDOWN)
[PBRANGE](https://www.google.com/search?num=5&q=PBRANGE+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.PBRANGE](https://github.com/dahall/Vanara/search?l=C%23&q=PBRANGE)
[PROPSHEETHEADER](https://www.google.com/search?num=5&q=PROPSHEETHEADER+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.PROPSHEETHEADER](https://github.com/dahall/Vanara/search?l=C%23&q=PROPSHEETHEADER)
[PROPSHEETPAGE](https://www.google.com/search?num=5&q=PROPSHEETPAGE+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.PROPSHEETPAGE](https://github.com/dahall/Vanara/search?l=C%23&q=PROPSHEETPAGE)
[TASKDIALOG_BUTTON](https://www.google.com/search?num=5&q=TASKDIALOG_BUTTON+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TASKDIALOG_BUTTON](https://github.com/dahall/Vanara/search?l=C%23&q=TASKDIALOG_BUTTON)
[TASKDIALOGCONFIG](https://www.google.com/search?num=5&q=TASKDIALOGCONFIG+site%3Adocs.microsoft.com) | commctrl.h | [Vanara.PInvoke.ComCtl32.TASKDIALOGCONFIG](https://github.com/dahall/Vanara/search?l=C%23&q=TASKDIALOGCONFIG)
[TBADDBITMAP](https://www.google.com/search?num=5&q=TBADDBITMAP+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBADDBITMAP](https://github.com/dahall/Vanara/search?l=C%23&q=TBADDBITMAP)
[TBBUTTON](https://www.google.com/search?num=5&q=TBBUTTON+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBBUTTON](https://github.com/dahall/Vanara/search?l=C%23&q=TBBUTTON)
[TBBUTTONINFO](https://www.google.com/search?num=5&q=TBBUTTONINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBBUTTONINFO](https://github.com/dahall/Vanara/search?l=C%23&q=TBBUTTONINFO)
[TBINSERTMARK](https://www.google.com/search?num=5&q=TBINSERTMARK+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBINSERTMARK](https://github.com/dahall/Vanara/search?l=C%23&q=TBINSERTMARK)
[TBMETRICS](https://www.google.com/search?num=5&q=TBMETRICS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBMETRICS](https://github.com/dahall/Vanara/search?l=C%23&q=TBMETRICS)
[TBREPLACEBITMAP](https://www.google.com/search?num=5&q=TBREPLACEBITMAP+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBREPLACEBITMAP](https://github.com/dahall/Vanara/search?l=C%23&q=TBREPLACEBITMAP)
[TBSAVEPARAMS](https://www.google.com/search?num=5&q=TBSAVEPARAMS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TBSAVEPARAMS](https://github.com/dahall/Vanara/search?l=C%23&q=TBSAVEPARAMS)
[TCHITTESTINFO](https://www.google.com/search?num=5&q=TCHITTESTINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TCHITTESTINFO](https://github.com/dahall/Vanara/search?l=C%23&q=TCHITTESTINFO)
[TCITEM](https://www.google.com/search?num=5&q=TCITEM+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TCITEM](https://github.com/dahall/Vanara/search?l=C%23&q=TCITEM)
[TCITEMHEADER](https://www.google.com/search?num=5&q=TCITEMHEADER+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TCITEMHEADER](https://github.com/dahall/Vanara/search?l=C%23&q=TCITEMHEADER)
[TOOLINFO](https://www.google.com/search?num=5&q=TOOLINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TOOLINFO](https://github.com/dahall/Vanara/search?l=C%23&q=TOOLINFO)
[TTGETTITLE](https://www.google.com/search?num=5&q=TTGETTITLE+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TTGETTITLE](https://github.com/dahall/Vanara/search?l=C%23&q=TTGETTITLE)
[TTHITTESTINFO](https://www.google.com/search?num=5&q=TTHITTESTINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TTHITTESTINFO](https://github.com/dahall/Vanara/search?l=C%23&q=TTHITTESTINFO)
[TVGETITEMPARTRECTINFO](https://www.google.com/search?num=5&q=TVGETITEMPARTRECTINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TVGETITEMPARTRECTINFO](https://github.com/dahall/Vanara/search?l=C%23&q=TVGETITEMPARTRECTINFO)
[TVHITTESTINFO](https://www.google.com/search?num=5&q=TVHITTESTINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TVHITTESTINFO](https://github.com/dahall/Vanara/search?l=C%23&q=TVHITTESTINFO)
[TVINSERTSTRUCT](https://www.google.com/search?num=5&q=TVINSERTSTRUCT+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TVINSERTSTRUCT](https://github.com/dahall/Vanara/search?l=C%23&q=TVINSERTSTRUCT)
[TVITEM](https://www.google.com/search?num=5&q=TVITEM+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TVITEM](https://github.com/dahall/Vanara/search?l=C%23&q=TVITEM)
[TVITEMEX](https://www.google.com/search?num=5&q=TVITEMEX+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TVITEMEX](https://github.com/dahall/Vanara/search?l=C%23&q=TVITEMEX)
[TVSORTCB](https://www.google.com/search?num=5&q=TVSORTCB+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TVSORTCB](https://github.com/dahall/Vanara/search?l=C%23&q=TVSORTCB)
[UDACCEL](https://www.google.com/search?num=5&q=UDACCEL+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.UDACCEL](https://github.com/dahall/Vanara/search?l=C%23&q=UDACCEL)
### Interfaces
Native Interface | Header | Managed Interface
--- | --- | ---
[IImageList](https://www.google.com/search?num=5&q=IImageList+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.IImageList](https://github.com/dahall/Vanara/search?l=C%23&q=IImageList)
[IImageList2](https://www.google.com/search?num=5&q=IImageList2+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.IImageList2](https://github.com/dahall/Vanara/search?l=C%23&q=IImageList2)
### Classes
Native Class | Header | Managed Class
--- | --- | ---
[CImageList](https://www.google.com/search?num=5&q=CImageList+site%3Adocs.microsoft.com) | CommonControls.h | [Vanara.PInvoke.ComCtl32.CImageList](https://github.com/dahall/Vanara/search?l=C%23&q=CImageList)
[COMBOBOXEXITEM](https://www.google.com/search?num=5&q=COMBOBOXEXITEM+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.COMBOBOXEXITEM](https://github.com/dahall/Vanara/search?l=C%23&q=COMBOBOXEXITEM)
[ComCtl32v6Context](https://www.google.com/search?num=5&q=ComCtl32v6Context+site%3Adocs.microsoft.com) | | [Vanara.Windows.Forms.ComCtl32v6Context](https://github.com/dahall/Vanara/search?l=C%23&q=ComCtl32v6Context)
[HDHITTESTINFO](https://www.google.com/search?num=5&q=HDHITTESTINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HDHITTESTINFO](https://github.com/dahall/Vanara/search?l=C%23&q=HDHITTESTINFO)
[HDITEM](https://www.google.com/search?num=5&q=HDITEM+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HDITEM](https://github.com/dahall/Vanara/search?l=C%23&q=HDITEM)
[HDLAYOUT](https://www.google.com/search?num=5&q=HDLAYOUT+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.HDLAYOUT](https://github.com/dahall/Vanara/search?l=C%23&q=HDLAYOUT)
[IMAGELISTDRAWPARAMS](https://www.google.com/search?num=5&q=IMAGELISTDRAWPARAMS+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.IMAGELISTDRAWPARAMS](https://github.com/dahall/Vanara/search?l=C%23&q=IMAGELISTDRAWPARAMS)
[LVBKIMAGE](https://www.google.com/search?num=5&q=LVBKIMAGE+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVBKIMAGE](https://github.com/dahall/Vanara/search?l=C%23&q=LVBKIMAGE)
[LVCOLUMN](https://www.google.com/search?num=5&q=LVCOLUMN+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVCOLUMN](https://github.com/dahall/Vanara/search?l=C%23&q=LVCOLUMN)
[LVGROUP](https://www.google.com/search?num=5&q=LVGROUP+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVGROUP](https://github.com/dahall/Vanara/search?l=C%23&q=LVGROUP)
[LVITEM](https://www.google.com/search?num=5&q=LVITEM+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.LVITEM](https://github.com/dahall/Vanara/search?l=C%23&q=LVITEM)
[NMHDDISPINFO](https://www.google.com/search?num=5&q=NMHDDISPINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMHDDISPINFO](https://github.com/dahall/Vanara/search?l=C%23&q=NMHDDISPINFO)
[NMHDFILTERBTNCLICK](https://www.google.com/search?num=5&q=NMHDFILTERBTNCLICK+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMHDFILTERBTNCLICK](https://github.com/dahall/Vanara/search?l=C%23&q=NMHDFILTERBTNCLICK)
[NMHEADER](https://www.google.com/search?num=5&q=NMHEADER+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.NMHEADER](https://github.com/dahall/Vanara/search?l=C%23&q=NMHEADER)
[PROPSHEETPAGE](https://www.google.com/search?num=5&q=PROPSHEETPAGE+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.PROPSHEETPAGE](https://github.com/dahall/Vanara/search?l=C%23&q=PROPSHEETPAGE)
[SafeHDPA](https://www.google.com/search?num=5&q=SafeHDPA+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.SafeHDPA](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHDPA)
[SafeHDSA](https://www.google.com/search?num=5&q=SafeHDSA+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.SafeHDSA](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHDSA)
[SafeHIMAGELIST](https://www.google.com/search?num=5&q=SafeHIMAGELIST+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.SafeHIMAGELIST](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHIMAGELIST)
[SafeHPROPSHEETPAGE](https://www.google.com/search?num=5&q=SafeHPROPSHEETPAGE+site%3Adocs.microsoft.com) | | [Vanara.PInvoke.ComCtl32.SafeHPROPSHEETPAGE](https://github.com/dahall/Vanara/search?l=C%23&q=SafeHPROPSHEETPAGE)
[TASKDIALOGCONFIG](https://www.google.com/search?num=5&q=TASKDIALOGCONFIG+site%3Adocs.microsoft.com) | commctrl.h | [Vanara.PInvoke.ComCtl32.TASKDIALOGCONFIG](https://github.com/dahall/Vanara/search?l=C%23&q=TASKDIALOGCONFIG)
[TCITEM](https://www.google.com/search?num=5&q=TCITEM+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TCITEM](https://github.com/dahall/Vanara/search?l=C%23&q=TCITEM)
[TCITEMHEADER](https://www.google.com/search?num=5&q=TCITEMHEADER+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TCITEMHEADER](https://github.com/dahall/Vanara/search?l=C%23&q=TCITEMHEADER)
[TVGETITEMPARTRECTINFO](https://www.google.com/search?num=5&q=TVGETITEMPARTRECTINFO+site%3Adocs.microsoft.com) | Commctrl.h | [Vanara.PInvoke.ComCtl32.TVGETITEMPARTRECTINFO](https://github.com/dahall/Vanara/search?l=C%23&q=TVGETITEMPARTRECTINFO)