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

Re: treeview labeledit by Chris

Chris
Mon Jun 12 07:54:38 CDT 2006

"feudalac!" <feudalac@gmail.com> wrote in message
news:e6j9f6$9q8$1@ss408.t-com.hr...
> 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



Re: treeview labeledit by feudalac!

feudalac!
Mon Jun 12 09:16:41 CDT 2006

Chris Jobson izlupa:

> "feudalac!" <feudalac@gmail.com> wrote in message
> news:e6j9f6$9q8$1@ss408.t-com.hr...
> > 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

thanks... i saw that as soon as i pressed 'send post'