Gets a value indicating whether the member is browsable as specified in the BrowsableAttribute.
[Visual Basic] Overridable Public ReadOnly Property IsBrowsable As Boolean [C#] public bool IsBrowsable {virtual get;} [C++] public: __property virtual bool get_IsBrowsable(); [JScript] public function get IsBrowsable() : Boolean;
true if the member is browsable; otherwise, false. If there is no BrowsableAttribute, the property value is set to the default, which is true.
A visual designer typically displays the members that are browsable in the property browser.
MemberDescriptor Class | MemberDescriptor Members | System.ComponentModel Namespace | Category | Description | Name