System.Windows.Forms.OwnerDrawPropertyBag Class

Contains values of properties that a component might need only occasionally.

See Also: OwnerDrawPropertyBag Members

Syntax

public class OwnerDrawPropertyBag : MarshalByRefObject, System.Runtime.Serialization.ISerializable

Remarks

The System.Windows.Forms.OwnerDrawPropertyBag class enables a class to appear to have properties it really does not have. The class can then use the properties when needed, and save on memory when the class does not use the properties.

The System.Windows.Forms.OwnerDrawPropertyBag is used internally to the .NET Framework, and its constructors are private. You cannot create an instance of the System.Windows.Forms.OwnerDrawPropertyBag.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0