Open olddog9511 opened 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?
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.