Simple problem (I think): I want to be able to invoke a click method on a predefined object, specifically, the bindingNavigatorDeleteItem button on the standard c#
bindingNavigatorDeleteItem
To simply invoke the click - you should be able to use PerformClick().
PerformClick()
I was a little lost by the other things you mentioned - can you clarify?