ComponentDesigner::ShadowPropertyCollection Class
Represents a collection of shadow properties that should override inherited default or assigned values for specific properties. This class cannot be inherited.
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Item[String^] | Gets or sets the object at the specified index. |
| Name | Description | |
|---|---|---|
![]() | Contains(String^) | Indicates whether a property matching the specified name exists in the collection. |
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
ComponentDesigner::ShadowPropertyCollection stores a collection of values for specific properties that override any other value for these properties at design time. This is useful for ensuring that a specific property is set to a specific value, for example, in situations when the background form should always have its visible property set to true.
Available since 1.1
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

