Contents Index Topic Contents | ||
Previous Topic: TreeView_GetDropHilight Next Topic: TreeView_GetFirstVisible |
TreeView_GetEditControl
HWND TreeView_GetEditControl( HWND hwndTV );Retrieves the handle to the edit control being used to edit a tree view item's text. You can use this macro or send the TVM_GETEDITCONTROL message explicitly.
- Returns the handle to the edit control if successful, or NULL otherwise.
- hwndTV
- Handle to the tree view control.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.