treeview labeledit

  • Thread starter Thread starter feudalac!
  • Start date Start date
F

feudalac!

How to edit a treeview node label from code?

now when i create a new node (in runtime) i have to click once more on
that node to edit it... how to invoke that state from code right after
creating it?

thanks
 
feudalac! said:
How to edit a treeview node label from code?

now when i create a new node (in runtime) i have to click once more on
that node to edit it... how to invoke that state from code right after
creating it?

Use the TreeNode.BeginEdit() method.

Chris Jobson
 
Back
Top