ToolboxBrowsableAttribute.Browsable 属性

获取与该属性相关联的 Browsable 标志。

命名空间:  Microsoft.Windows.Design
程序集:  Microsoft.Windows.Design.Interaction(在 Microsoft.Windows.Design.Interaction.dll 中)

语法

声明
Public ReadOnly Property Browsable As Boolean
    Get
public bool Browsable { get; }
public:
property bool Browsable {
    bool get ();
}
member Browsable : bool
function get Browsable () : boolean

属性值

类型:System.Boolean
如果工具箱浏览器中的控件可见,则为 true;否则为 false。

.NET Framework 安全性

请参见

参考

ToolboxBrowsableAttribute 类

Microsoft.Windows.Design 命名空间

AttributeTableBuilder

其他资源

演练:创建设计时装饰器