GoIconicNode question

Walter,

I'm wondering if there is an easy way to programmatically give the textbox in a GoIconicNode focus as if the user single clicked on it to edit it.
Thanks, Tyler

Yes.

node.Label.DoBeginEdit(GoView view)

Thanks Jake, works perfectly.