EditorBrowsableAttribute Constructors

Definition

Initializes a new instance of the EditorBrowsableAttribute class.

Overloads

EditorBrowsableAttribute()

Initializes a new instance of the EditorBrowsableAttribute class with State set to the default state.

EditorBrowsableAttribute(EditorBrowsableState)

Initializes a new instance of the EditorBrowsableAttribute class with an EditorBrowsableState.

EditorBrowsableAttribute()

Source:
EditorBrowsableAttribute.cs
Source:
EditorBrowsableAttribute.cs
Source:
EditorBrowsableAttribute.cs

Initializes a new instance of the EditorBrowsableAttribute class with State set to the default state.

public:
 EditorBrowsableAttribute();
public EditorBrowsableAttribute ();
Public Sub New ()

Remarks

The default for this property is EditorBrowsableState.Always.

See also

Applies to

EditorBrowsableAttribute(EditorBrowsableState)

Source:
EditorBrowsableAttribute.cs
Source:
EditorBrowsableAttribute.cs
Source:
EditorBrowsableAttribute.cs

Initializes a new instance of the EditorBrowsableAttribute class with an EditorBrowsableState.

public:
 EditorBrowsableAttribute(System::ComponentModel::EditorBrowsableState state);
public EditorBrowsableAttribute (System.ComponentModel.EditorBrowsableState state);
new System.ComponentModel.EditorBrowsableAttribute : System.ComponentModel.EditorBrowsableState -> System.ComponentModel.EditorBrowsableAttribute
Public Sub New (state As EditorBrowsableState)

Parameters

See also

Applies to