CurrentSelectionPusher.AddCurrencyManagerProvidersFromContainer Method
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.
Add all of the currency manager providers found in the given Windows Forms container
public:
void AddCurrencyManagerProvidersFromContainer(System::ComponentModel::IContainer ^ container);
public void AddCurrencyManagerProvidersFromContainer (System.ComponentModel.IContainer container);
member this.AddCurrencyManagerProvidersFromContainer : System.ComponentModel.IContainer -> unit
Public Sub AddCurrencyManagerProvidersFromContainer (container As IContainer)
Parameters
- container
- IContainer
Remarks
Allows all of the currency manager providers on a form to be added in one call.