ICurrencyManagerProvider Interface
Provides custom binding management for components.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
The ICurrencyManagerProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | CurrencyManager | Gets the CurrencyManager associated with this ICurrencyManagerProvider. |
| Name | Description | |
|---|---|---|
![]() | GetRelatedCurrencyManager | Gets the CurrencyManager for this ICurrencyManagerProvider and the specified data member. |
This interface allows component authors to provide their own CurrencyManager for components that will interact with the Windows Forms data-binding engine. It is rare for a component author to need to implement this interface.
The BindingSource class provides an example implementation of ICurrencyManagerProvider.
Note that for Smartphone applications, this class requires Windows Mobile Version 5.0 software for Smartphones.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
