PropertyManager::Current Property

 

Gets the object to which the data-bound property belongs.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
property Object^ Current {
	virtual Object^ get() override;
}

Property Value

Type: System::Object^

An Object that represents the object to which the property belongs.

The Current property returns the data source of a data-bound relationship.

.NET Framework
Available since 1.1
Return to top
Show: