This documentation is archived and is not being maintained.
EditorBrowsableAttribute.State Property
.NET Framework 1.1
Gets the browsable state of the property or method.
[Visual Basic] Public ReadOnly Property State As EditorBrowsableState [C#] public EditorBrowsableState State {get;} [C++] public: __property EditorBrowsableState get_State(); [JScript] public function get State() : EditorBrowsableState;
Property Value
An EditorBrowsableState that is the browsable state of the property or method.
Remarks
The default for this property is EditorBrowsableState.Always.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
See Also
EditorBrowsableAttribute Class | EditorBrowsableAttribute Members | System.ComponentModel Namespace
Show: