gpt4 book ai didi

c# - 如何在 WinForms 中获取控件索引?

转载 作者:行者123 更新时间:2023-11-30 14:05:18 27 4
gpt4 key购买 nike

我有一个面板,其中包含一组控件。遍历它们时如何获取特定控件的索引?我正在使用 foreach 进行迭代,但没有 Index 属性。我应该使用 for x = 0... 并在匹配时返回 x 还是什么?

最佳答案

你可以使用:

panel.Controls.IndexOf(control);

或者您可以使用 for 循环而不是 foreach 循环遍历它们。或者您可以只创建一个在 foreach 循环内递增的索引。

关于c# - 如何在 WinForms 中获取控件索引?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/375223/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com