2 references to TVGN_CARET
System.Windows.Forms (2)
winforms\Managed\System\WinForms\TreeView.cs (2)
1124
IntPtr hItem = SendMessage(NativeMethods.TVM_GETNEXTITEM, NativeMethods.
TVGN_CARET
, 0);
1144
SendMessage(NativeMethods.TVM_SELECTITEM, NativeMethods.
TVGN_CARET
, hnode);