Does anyone know what the LVIS_GLOW state flag is for? I can't find it documented anywhere.
Printable View
Does anyone know what the LVIS_GLOW state flag is for? I can't find it documented anywhere.
have a look on this thread may be you are going to find Something.
http://www.codeguru.com/forum/showthread.php?p=984567
Thanks, but I did search the forums and saw that article before I posted my question. It mentions the existance of LVIS_GLOW, but not the reason for it.
i Think your are loking for this.Style of a List ControlQuote:
Originally Posted by gsuing
just Click on any of the item to know about this. But don't think you are going to get about those item which is marked as Bold because recently they have added. so no enough documentation is here for them.Code:
enum type
{
focused = LVIS_FOCUSED, selected = LVIS_SELECTED, cut =
LVIS_CUT, drop_highlight = LVIS_DROPHILITED,
glow = LVIS_GLOW, activating = LVIS_ACTIVATING, overlay_mask
= LVIS_OVERLAYMASK, state_image_mask =
LVIS_STATEIMAGEMASK
}
Thanx