gpt4 book ai didi

c# - MonthCalendar 没有点击事件?

转载 作者:太空宇宙 更新时间:2023-11-03 20:21:43 29 4
gpt4 key购买 nike

我在 vs2008 中找不到 Click 事件(图片 1)。但是 MSDN 有 Click 事件(图片 2)。为什么?

图片1:

enter image description here

图2: enter image description here

最佳答案

点击事件标有[BrowsableAttribute(false)],这意味着它不会出现在属性框中。这样做的原因是因为它不是为直接从您的代码调用而设计的。来自 MonthCalendar.Click 的 MSDN page :

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

有关于 BrowsableAttribute 的更多信息 here .

关于c# - MonthCalendar 没有点击事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13059894/

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