Specifies whether a property or event can be modified at design time in the server explorer.
Object
Attribute
MemberAttribute
ServerExplorerBrowsableAttribute
[Visual Basic] Public Class ServerExplorerBrowsableAttribute Inherits MemberAttribute [C#] public class ServerExplorerBrowsableAttribute : MemberAttribute [C++] public __gc class ServerExplorerBrowsableAttribute : public MemberAttribute [JScript] public class ServerExplorerBrowsableAttribute extends MemberAttribute
A visual designer typically displays in the server explorer those members that either have no browsable attribute or are marked with ServerExplorerBrowsable(true). Members that are marked with ServerExplorerBrowsable(false) are not appropriate for design-time editing. The default is True.
For more information, see TBD and TBD.
Namespace: System.ComponentModel
Assembly: System.dll
System.ComponentModel Namespace | MemberAttribute | PropertyDescriptor | EventDescriptor