WebBrowsableAttribute.Browsable 属性

定义

获取一个值,该值指示 PropertyGridEditorPart 控件是否应显示 Web 部件控件的特定属性。

public:
 property bool Browsable { bool get(); };
public bool Browsable { get; }
member this.Browsable : bool
Public ReadOnly Property Browsable As Boolean

属性值

Boolean

如果 PropertyGridEditorPart 显示该特定属性,则为 true;否则为 false

注解

Browsable 属性通过 WebBrowsableAttribute 构造函数设置。

适用于