dotnet / dotnet-api-docs

.NET API reference documentation (.NET 5+, .NET Core, .NET Framework)
https://docs.microsoft.com/dotnet/api/
Other
739 stars 1.57k forks source link

IT Systems Integration Analyst SR #882

Open olddog9511 opened 6 years ago

olddog9511 commented 6 years ago

The documentation says that TestBox.CarertIndex is available in .Net Framework 3.5. I tried it in a 3.5 Windows Forms application, but the property does not exist.


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

pkulikov commented 6 years ago

@olddog9511 The System.Windows.Controls namespace is typically used by WPF applications.

Your Windows Forms application might use the TextBox control from the System.Windows.Forms namespace. That class doesn't contain the CaretIndex property. Is that the case?