TreeView_GetEditControlTreeView_GetEditControl*
*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.

hwndTV
Handle to the tree view control.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.