EditorBrowsableAttribute Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- state
- EditorBrowsableState
The EditorBrowsableState to set State to.