Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Handles the Click event.
Namespace: Microsoft.VisualStudio.CommandBars
Assembly: Microsoft.VisualStudio.CommandBars (in Microsoft.VisualStudio.CommandBars.dll)
Syntax
'Declaration
Sub Click ( _
Ctrl As CommandBarButton, _
<OutAttribute> ByRef CancelDefault As Boolean _
)
void Click(
CommandBarButton Ctrl,
out bool CancelDefault
)
void Click(
[InAttribute] CommandBarButton^ Ctrl,
[InAttribute] [OutAttribute] bool% CancelDefault
)
abstract Click :
Ctrl:CommandBarButton *
CancelDefault:bool byref -> unit
function Click(
Ctrl : CommandBarButton,
CancelDefault : boolean
)
Parameters
Ctrl
Type: Microsoft.VisualStudio.CommandBars.CommandBarButtonThe control that was clicked.
CancelDefault
Type: System.Boolean%[in, out] true if the action is to be canceled, otherwise false.
.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.