PropertyManager Class
Maintains a Binding between an object's property and a data-bound control property.
For a list of all members of this type, see PropertyManager Members.
System.Object
System.Windows.Forms.BindingManagerBase
System.Windows.Forms.PropertyManager
[Visual Basic] Public Class PropertyManager Inherits BindingManagerBase [C#] public class PropertyManager : BindingManagerBase [C++] public __gc class PropertyManager : public BindingManagerBase [JScript] public class PropertyManager extends BindingManagerBase
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
The PropertyManager inherits from the BindingManagerBase, and it is used to maintain the current property of an object, rather than the property of a current object in a list. For this reason, trying to set the Position or Count property for a PropertyManager has no effect. Similarly, the AddNew and RemoveAt methods are not supported because there is no underlying list of data to add to or delete from.
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)