On Apr 16, 2012, at 5:17 PM, Mike wrote:
> I have found a Java example using getSelectionEnd, but need a c# example 
> since I can't figure out the C# equivalent.

The getSelectionEnd() method was mapped to the SelectionEnd property:

        
http://androidapi.xamarin.com/?link=P:Android.Widget.TextView.SelectionEnd

You should be able get/set it just as the Java example was doing, just with 
property syntax instead of method invocation syntax.

 - Jon

_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to