TreeItem

Opaque handle to a tree node.

Members

Functions

isNull
bool isNull()

Whether this handle refers to no node.

opEquals
bool opEquals(TreeItem other)

Two TreeItems are equal when they wrap the same handle.

Variables

handle
HTREEITEM handle;

The underlying Win32 tree-item handle.

Meta