gpt4 book ai didi

c# - 属性指示控件及其父级

转载 作者:可可西里 更新时间:2023-11-01 13:39:57 24 4
gpt4 key购买 nike

问:

最近,我问了一个有关设置 (Visible) 属性的问题,当我将其设置为 true 时,我在设置为 true 后跟踪时感到惊讶。它的值仍然是 false。答案出乎我的意料:

 - "The Visible property has a special
property: when you read the value it
not only reports on the control
itself but also on it's parent. The
value you get is the "real"
visibility."

我的问题是:是否有任何属性,您之前遇到的行为与 (Visible) 相同?以及我们应该如何以最佳方式使用它们?

最佳答案

嗯,我不知道,试试这个查询:

var lst =Control.Properties.Where(p => HasSimilarBehaviourToVisibleProperty(p));

你只需要编写HasBehaviourLikeVisibleProperty方法。

注意:您可能需要反射才能获取所有属性。 (查看 here 获取属性)

关于c# - 属性指示控件及其父级,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5743358/

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