TreeView_GetIndent

This macro retrieves the amount, in pixels, that child items are indented relative to their parent items. You can use this macro or send the TVM_GETINDENT message explicitly.

At a Glance

Header file: Commctrl.h
Windows CE versions: 1.0 and later
Related message: TVM_GETINDENT

Syntax

UINT TreeView_GetIndent( hwnd );

Parameters

hwndTV

Handle to the tree view control.

Return Values

Returns the amount of indentation.