_dispCommandBarControlEvents::Click Method (Object^, Boolean, Boolean)
Visual Studio 2015
This API supports the product infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
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.
Show: