class BrowsableAttribute
in global :: System . ComponentModel
Specifies whether a property or event should be displayed in a Properties window.
public BrowsableAttribute( bool browsable )
Initializes a new instance of the class.
browsableif a property or event can be modified at design time; otherwise, . The default is .
public bool Browsable { get; }
Gets a value indicating whether an object is browsable.
- Returns if the object is browsable; otherwise, .
public static BrowsableAttribute Default
Specifies the default value for the , which is . This field is read-only.
public bool Equals( object obj )
Indicates whether this instance and a specified object are equal.
objAnother object to compare to.- Returns if is equal to this instance; otherwise, .
public static BrowsableAttribute No
Specifies that a property or event cannot be modified at design time. This field is read-only.
public static BrowsableAttribute Yes
Specifies that a property or event can be modified at design time. This field is read-only.
public int GetHashCode( )
😔 No documentation found.
public bool IsDefaultAttribute( )
😔 No documentation found.
public object TypeId { get; }
😔 No documentation found.
public bool Match( object obj )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.