Version

WizardBrowsableAttribute Class Members

The following tables list the members exposed by WizardBrowsableAttribute.

Public Constructors
 NameDescription
Public ConstructorWizardBrowsableAttribute ConstructorCreates an instance of this attribute and specifies whether or not it is browsable.  
Public Properties
 NameDescription
Public PropertyBrowsableReturns whether or not this instance is browsable.  
Public Propertystatic (Shared in Visual Basic)DefaultGets the default attribute.  
Public Propertystatic (Shared in Visual Basic)NoGets the No attribute.  
Public PropertyTypeIdWhen implemented in a derived class, gets a unique identifier for this System.Attribute. (Inherited from System.Attribute)
Public Propertystatic (Shared in Visual Basic)YesGets the Yes attribute.  
Public Methods
 NameDescription
Public MethodEqualsReturns a Boolean value that determines whether the given object is equal to the current instance.  
Public MethodGetHashCodeGets a hash code representation of this attribute.  
Public MethodIsDefaultAttributeOverridden. Returns whether or not the current attribute is the default attribute.  
Public MethodMatchWhen overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (Inherited from System.Attribute)
See Also