获取“名字”来自子控件的父面板
我在两个堆栈面板中有一组静态按钮和一组动态按钮。我想获取单击的按钮的堆栈面板的名称。我不想要类型,我想要具体的名称。有没有办法在 C# 中做到这一点?
I have one static, and one dynamic set of buttons in two stack panels. I want to get the name of the stack panel of the button clicked. I don't want the type, I want the specific name. Is there a way to do that in C#??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个:
或者对于 WPF:
Try this:
or for WPF: