'Declaration
Public Sub ResetBindingBag( _ ByVal component As IComponent _ )
'Usage
Dim instance As BindingExtenderCore Dim component As IComponent instance.ResetBindingBag(component)
public void ResetBindingBag( IComponent component )
public: void ResetBindingBag( IComponent^ component )
Parameters
- component
- The component on which the extender property resides.