ICommandBarButtonEvents.Click(CommandBarButton, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void Click(Microsoft::Office::Core::CommandBarButton ^ Ctrl, [Runtime::InteropServices::Out] bool % CancelDefault);
public void Click (Microsoft.Office.Core.CommandBarButton Ctrl, out bool CancelDefault);
abstract member Click : Microsoft.Office.Core.CommandBarButton * bool -> unit
Public Sub Click (Ctrl As CommandBarButton, ByRef CancelDefault As Boolean)
Parameters
- Ctrl
- CommandBarButton
- CancelDefault
- Boolean