Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library

Header File
commctrl.h
Unicode
No
Platform Notes
None

TreeView_GetIndent

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

UINT TreeView_GetIndent(

hwnd

);

Parameters

hwnd

Handle to the tree-view control.

Return Values

Returns the amount of indentation.

See Also

TVM_GETINDENT

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples