Contents Index Topic Contents | ||
Previous Topic: TVM_GETCOUNT Next Topic: TVM_GETIMAGELIST |
TVM_GETEDITCONTROL
TVM_GETEDITCONTROL wParam = 0; lParam = 0;Retrieves the handle to the edit control being used to edit a tree view item's text. You can send this message explicitly or by using the TreeView_GetEditControl macro.
- Returns the handle to the edit control if successful, or NULL otherwise.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.