|
List View Item States
An item's state determines its appearance and functionality. The state can be
zero, or one or more of the following values.
LVIS_CUT
| The item is marked for a cut and paste operation.
| LVIS_DROPHILITED
| The item is highlighted as a drag-and-drop target.
| LVIS_FOCUSED
| The item has the focus, so it is surrounded by a standard focus rectangle.
Although more than one item may be selected, only one item can have the focus.
| LVIS_SELECTED
| The item is selected. The appearance of a selected item depends on whether it
has the focus and on the system colors used for selection.
|
You can use the LVIS_OVERLAYMASK mask to isolate the state bits that contain
the one-based index of the overlay image. You can use the LVIS_STATEIMAGEMASK
mask to isolate the state bits that contain the one-based index of the state
image.
Related Links
Software for Delphi and C++ Builder developers
Software for Visual Studio .NET developers
Software for Visual Basic 6 developers
Delphi Tips&Tricks
MegaDetailed.NET
More Online Helps
Win32 Programmer's Reference (win32.hlp)
Win32 Multimedia Programmer's Reference (mmedia.hlp)
OLE Programmer's Reference (ole.hlp)
Microsoft Windows Pen API Programmer's Reference (penapi.hlp)
Microsoft Windows Sockets 2 Reference (sock2.hlp)
Microsoft Windows Telephony API (TAPI) Programmer's Reference (tapi.hlp)
Unix Manual Pages
|