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.
For a list of all members of this type, see ComponentDesigner.ShadowPropertyCollection Members.
System.Object
System.ComponentModel.Design.ComponentDesigner.ShadowPropertyCollection
[Visual Basic] NotInheritable Protected Class _ ComponentDesigner.ShadowPropertyCollection [C#] protected sealed class ComponentDesigner.ShadowPropertyCollection [C++] protected __gc __sealed class ComponentDesigner.ShadowPropertyCollection [JScript] protected class ComponentDesigner.ShadowPropertyCollection
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
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.
Requirements
Namespace: System.ComponentModel.Design
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Design (in System.Design.dll)
See Also
ComponentDesigner.ShadowPropertyCollection Members | System.ComponentModel.Design Namespace | ShadowProperties