_dispCommandBarControlEvents.Click Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
Sub Click ( _
CommandBarControl As Object, _
ByRef Handled As Boolean, _
ByRef CancelDefault As Boolean _
)
void Click(
Object CommandBarControl,
ref bool Handled,
ref bool CancelDefault
)
void Click(
[InAttribute] Object^ CommandBarControl,
[InAttribute] bool% Handled,
[InAttribute] bool% CancelDefault
)
abstract Click :
CommandBarControl:Object *
Handled:bool byref *
CancelDefault:bool byref -> unit
function Click(
CommandBarControl : Object,
Handled : boolean,
CancelDefault : boolean
)
Parameters
CommandBarControl
Type: System.ObjectThe command bar control.
- Handled
Type: System.Boolean%
CancelDefault
Type: System.Boolean%Whether or not to cancel the default.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.