ICurrencyManagerProvider::GetRelatedCurrencyManager Method (String^)

 

Gets the CurrencyManager for this ICurrencyManagerProvider and the specified data member.

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

CurrencyManager^ GetRelatedCurrencyManager(
	String^ dataMember
)

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
Return to top
Show: