_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

  • CancelDefault
    Type: System.Boolean%

    Whether or not to cancel the default.

.NET Framework Security

See Also

Reference

_dispCommandBarControlEvents Interface

EnvDTE Namespace