Bridge

EditorBrowsableAttribute..::..State Property

Gets the browsable state of the property or method.

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

Syntax


public EditorBrowsableState State { get; }
Public ReadOnly Property State As EditorBrowsableState
	Get
public:
property EditorBrowsableState^ State {
	EditorBrowsableState^ get ();
}

Return Value

An EditorBrowsableState that is the browsable state of the property or method.