Share via


EditorBrowsableAttribute Constructor (EditorBrowsableState)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the EditorBrowsableAttribute class with the specified state.

Namespace:  System.ComponentModel
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Sub New ( _
    state As EditorBrowsableState _
)
public EditorBrowsableAttribute(
    EditorBrowsableState state
)
public:
EditorBrowsableAttribute(
    EditorBrowsableState state
)
new : 
        state:EditorBrowsableState -> EditorBrowsableAttribute
public function EditorBrowsableAttribute(
    state : EditorBrowsableState
)

Parameters

.NET Framework Security

See Also

Reference

EditorBrowsableAttribute Class

EditorBrowsableAttribute Overload

System.ComponentModel Namespace