CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Dec 2000
    Posts
    163

    TreeView Problem

    Hello.

    Is any body know how can I get the HighLight node?
    Not the SelectedItem!!!

    Thanks for help.



  2. #2
    Join Date
    Mar 2001
    Posts
    90

    Re: TreeView Problem


    Hi

    There is one Prpoerty of Treeview called Node.Key.

    Using this prop u can get the currently highligthted item and as well as selected item

    All the best
    Take care bye bye
    Vijooo


  3. #3
    Join Date
    Mar 2001
    Posts
    9

    Re: TreeView Problem

    The node.key property can be used in the node click event


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured