Difference in C# vs. VB.NET
I ran across something interesting when doing a custom control. The SelectionStart property is supported in VB.NET 2005; but, it is not supported in C# 2005.
Has anyone else seen this kind of behavior?
# 1 Re: Difference in C# vs. VB.NET
Figured it out -- the control was going to be used in the Compact Framework and that property is not supported by the Compact Framework.