[ToolboxItem(true)] ,如果为false的话,将无法添加到工具箱去
Browsable(bool value)语句可以使某个属性可见或是隐藏.
[ToolboxBitmap(typeof(ProgressBar)), DefaultProperty("Value")] --这里用[DefaultValue(值)]也可以,也可以加在[Category...]
[ToolboxItem(true)] ,如果为false的话,将无法添加到工具箱去
Browsable(bool value)语句可以使某个属性可见或是隐藏.
[ToolboxBitmap(typeof(ProgressBar)), DefaultProperty("Value")] --这里用[DefaultValue(值)]也可以,也可以加在[Category...]