Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Getting Selected Text in InplaceEdition (Read 1465 times)
mafpinedo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jun 7th, 2010
Getting Selected Text in InplaceEdition
Jun 9th, 2010 at 6:53am
Print Post  

I would like to know how can i get the Selected Text of a ShapeNode that is currently in InplaceEdition.

Thanks in advance.
Miguel
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: Getting Selected Text in InplaceEdition
Reply #1 - Jun 9th, 2010 at 7:02am
Print Post  
Handle the DiagramView.EnterInplaceEditMode event and save a reference to the EditControl event argument. Then you can use the TextBox.SelectedText property to get the selected text.

I hope that helps,
Stoyan
  
Back to top
 
IP Logged
 
mafpinedo
YaBB Newbies
*
Offline


I love YaBB 1G - SP1!

Posts: 8
Joined: Jun 7th, 2010
Re: Getting Selected Text in InplaceEdition
Reply #2 - Jun 9th, 2010 at 8:16am
Print Post  
Excellent. It worked at once!

Thanks a lot
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint