OWLNext 7.0
Borland's Object Windows Library for the modern age
|
Encapsulates structure LVFOOTERITEM, used to pass or retrieve footer item information in a TListViewCtrl. More...
#include <owl/listviewctrl.h>
Public Types | |
enum | TState { Focus = LVFIS_FOCUSED , All = LVFIS_FOCUSED } |
TState is used to describe the state of a footer item in a list window control. More... | |
Public Member Functions | |
Constructors | |
TLvFooterItem () | |
Constructs with zero values. | |
TLvFooterItem (const LVFOOTERITEM &item) | |
Constructs a copy of another class instance. | |
Encapsulates structure LVFOOTERITEM, used to pass or retrieve footer item information in a TListViewCtrl.
Definition at line 536 of file listviewctrl.h.
TState is used to describe the state of a footer item in a list window control.
Enumerator | |
---|---|
Focus | Focus state. |
All | All states. |
Definition at line 544 of file listviewctrl.h.
|
inline |
Constructs with zero values.
Definition at line 557 of file listviewctrl.h.
|
inline |
Constructs a copy of another class instance.
[in] | item | is the class instance to copy. |
Definition at line 565 of file listviewctrl.h.