class EditorBrowsableAttribute

in global :: System . ComponentModel

Specifies that a property or method is viewable in an editor. This class cannot be inherited.


public EditorBrowsableAttribute( EditorBrowsableState state )

Initializes a new instance of the class with an .

  • state The to set to.

public bool Equals( object obj )

Returns whether the value of the given object is equal to the current .

  • obj The object to test the value equality of.
  • Returns if the value of the given object is equal to that of the current; otherwise, .

public int GetHashCode( )

😔 No documentation found.

public object TypeId { get; }

😔 No documentation found.

public bool Match( object obj )

😔 No documentation found.

public bool IsDefaultAttribute( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public EditorBrowsableAttribute( )

😔 No documentation found.