2 references to TVGN_CARET
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeView.cs (2)
1090IntPtr hItem = PInvokeCore.SendMessage(this, PInvoke.TVM_GETNEXTITEM, (WPARAM)PInvoke.TVGN_CARET); 1117PInvokeCore.SendMessage(this, PInvoke.TVM_SELECTITEM, (WPARAM)PInvoke.TVGN_CARET, (LPARAM)hnode);