OwnerDrawPropertyBag Class
.NET Framework 3.0
This class supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Contains values of properties that a component might need only occasionally.
Namespace: System.Windows.FormsAssembly: System.Windows.Forms (in system.windows.forms.dll)
[SerializableAttribute] public class OwnerDrawPropertyBag : MarshalByRefObject, ISerializable
/** @attribute SerializableAttribute() */ public class OwnerDrawPropertyBag extends MarshalByRefObject implements ISerializable
SerializableAttribute public class OwnerDrawPropertyBag extends MarshalByRefObject implements ISerializable
Not applicable.
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 Server 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 Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: