Overview
Group
Quick Info

Windows NT
Yes
Win95
Yes
Win32s
Yes
Import Library

Header File
commctrl.h
Unicode
No
Platform Notes
None

TreeView_GetEditControl

The TreeView_GetEditControl macro retrieves the handle to the edit control being used to edit a tree-view item's text. You can use this macro or explicitly send the TVM_GETEDITCONTROL message.

HWND TreeView_GetEditControl(

hwnd

);

Parameters

hwnd

Handle to the tree-view control.

Return Values

Returns the handle to the edit control if successful or NULL otherwise.

See Also

TVM_GETEDITCONTROL

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