ComponentDesigner.ShadowPropertyCollection Class

Definition

Represents a collection of shadow properties that should override inherited default or assigned values for specific properties. This class cannot be inherited.

protected: ref class ComponentDesigner::ShadowPropertyCollection sealed
protected sealed class ComponentDesigner.ShadowPropertyCollection
Protected NotInheritable Class ComponentDesigner.ShadowPropertyCollection
Inheritance
ComponentDesigner.ShadowPropertyCollection

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.

Properties

Item[String]

Gets or sets the object at the specified index.

Methods

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()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also