ICurrencyManagerProvider::GetRelatedCurrencyManager Method (String^)
.NET Framework (current version)
Gets the CurrencyManager for this ICurrencyManagerProvider and the specified data member.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- dataMember
-
Type:
System::String^
The name of the column or list, within the data source, to obtain the CurrencyManager for.
Return Value
Type: System.Windows.Forms::CurrencyManager^The related CurrencyManager obtained from this ICurrencyManagerProvider and the specified data member.
If dataMember is null or an empty string (""), GetRelatedCurrencyManager returns the main currency manager for this ICurrencyManagerProvider, which is the same currency manager returned from the CurrencyManager property.
.NET Framework
Available since 2.0
Available since 2.0
Show: