Contents Index Topic Contents | ||
Previous Topic: TreeView_GetImageList Next Topic: TreeView_GetInsertMarkColor |
TreeView_GetIndent
UINT TreeView_GetIndent( HWND hwndTV );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.
- Returns the amount of indentation.
- hwndTV
- Handle to the tree view control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.