This topic has not yet been rated - Rate this topic

DesignTimeVisibleAttribute Members

DesignTimeVisibleAttribute marks a component's visibility. If Yes is present, a visual designer can show this component on a designer.

The following tables list the members exposed by the DesignTimeVisibleAttribute type.

  Name Description
Public method Supported by the .NET Compact Framework Supported by the XNA Framework DesignTimeVisibleAttribute Overloaded. Initializes a new instance of the DesignTimeVisibleAttribute class.
Top
  Name Description
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework Default The default visibility which is Yes.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework No Marks a component as not visible in a visual designer.
Public field Static Supported by the .NET Compact Framework Supported by the XNA Framework Yes Marks a component as visible in a visual designer.
Top
  Name Description
Public property TypeId  When implemented in a derived class, gets a unique identifier for this Attribute.(inherited from Attribute)
Public property Supported by the .NET Compact Framework Supported by the XNA Framework Visible Gets or sets whether the component should be shown at design time.
Top
(see also Protected Methods )
  Name Description
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Equals Overloaded. Overridden. Determines whether two DesignTimeVisibleAttribute objects are equal.
Public method Static Supported by the .NET Compact Framework GetCustomAttribute  Overloaded. Retrieves a custom attribute of a specified type applied to an assembly, module, type member, or method parameter. (inherited from Attribute)
Public method Static Supported by the .NET Compact Framework GetCustomAttributes  Overloaded. Retrieves an array of the custom attributes applied to an assembly, module, type member, or method parameter. (inherited from Attribute)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetHashCode Overridden.  
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetType  Gets the Type of the current instance. (inherited from Object)
Public method IsDefaultAttribute Overridden. Gets a value indicating if this instance is equal to the Default value.
Public method Static Supported by the .NET Compact Framework IsDefined  Overloaded. Determines whether any custom attributes of a specified type are applied to an assembly, module, type member, or method parameter. (inherited from Attribute)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework Match  When overridden in a derived class, returns a value that indicates whether this instance equals a specified object. (inherited from Attribute)
Public method Static Supported by the .NET Compact Framework ReferenceEquals  Determines whether the specified Object instances are the same instance. (inherited from Object)
Public method Supported by the .NET Compact Framework Supported by the XNA Framework ToString  Returns a String that represents the current Object. (inherited from Object)
Top
  Name Description
Protected method Supported by the .NET Compact Framework Supported by the XNA Framework Finalize  Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Protected method Supported by the .NET Compact Framework Supported by the XNA Framework MemberwiseClone  Creates a shallow copy of the current Object. (inherited from Object)
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.