Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在上图中,光标在 PasswordBox 中的三个文本值后闪烁。现在我想找到光标当前闪烁的位置。
PasswordBox 不公开任何获取/设置克拉位置的方法。
它可能具有您可以通过反射访问的非公共属性(请参阅此相关问题),但绝对没有“正确”的方法可以做到这一点。