See Also: EditorBrowsableAttribute Members
System.ComponentModel.EditorBrowsableAttribute is a hint to a designer indicating whether a property or method is to be displayed. You can use this type in a visual designer or text editor to determine what is visible to the user. For example, the IntelliSense engine in vsprvs uses this attribute to determine whether to show a property or method.
In csprcs, you can control when advanced properties appear in IntelliSense and the Properties Window with the Hide Advanced Members setting under Tools | Options | Text Editor | C#. The corresponding System.ComponentModel.EditorBrowsableState is EditorBrowsableState.Advanced.
In csprcs, System.ComponentModel.EditorBrowsableAttribute does not suppress members from a class in the same assembly.