BindingSource::GetRelatedCurrencyManager Method (String^)
.NET Framework (current version)
Gets the related currency manager for the specified data member.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dataMember
-
Type:
System::String^
The name of column or list, within the data source to retrieve the currency manager for.
Return Value
Type: System.Windows.Forms::CurrencyManager^The related CurrencyManager for the specified data member.
If dataMember is null or an empty string (""), GetRelatedCurrencyManager returns the main currency manager; otherwise, it checks for another BindingSource bound to the specified data member and returns its currency manager.
.NET Framework
Available since 2.0
Available since 2.0
Show: