_dispCommandBarControlEvents::Click Method (Object^, Boolean, Boolean)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace:   EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

void Click(
	Object^ CommandBarControl,
	[InAttribute] bool% Handled,
	[InAttribute] bool% CancelDefault
)

Parameters

CommandBarControl
Type: System::Object^

The command bar control.

handled

Whether or not the event was handled.

CancelDefault
Type: System::Boolean

Whether or not to cancel the default.

Return to top
Show: