Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

ICurrencyManagerProvider Interface

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Provides custom binding management for components.

public interface class ICurrencyManagerProvider
public interface ICurrencyManagerProvider
type ICurrencyManagerProvider = interface
Public Interface ICurrencyManagerProvider
Derived

Remarks

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.

Properties

Name Description
CurrencyManager

Gets the CurrencyManager associated with this ICurrencyManagerProvider.

Methods

Name Description
GetRelatedCurrencyManager(String)

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

Applies to

See also


Feedback

Was this page helpful?