OwnerDrawPropertyBag Class
Assembly: System.Windows.Forms (in system.windows.forms.dll)
'Declaration <SerializableAttribute> _ Public Class OwnerDrawPropertyBag Inherits MarshalByRefObject Implements ISerializable 'Usage Dim instance As OwnerDrawPropertyBag
/** @attribute SerializableAttribute() */ public class OwnerDrawPropertyBag extends MarshalByRefObject implements ISerializable
SerializableAttribute public class OwnerDrawPropertyBag extends MarshalByRefObject implements ISerializable
The 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 OwnerDrawPropertyBag is used internally to the .NET Framework, and its constructors are private. You cannot create an instance of the OwnerDrawPropertyBag.
Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.