_dispCommandBarControlEvents.Click(Object, Boolean, 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.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void Click(System::Object ^ CommandBarControl, bool % Handled, bool % CancelDefault);
void Click(winrt::Windows::Foundation::IInspectable const & CommandBarControl, bool & Handled, bool & CancelDefault);
[System.Runtime.InteropServices.DispId(1)]
public void Click (object CommandBarControl, ref bool Handled, ref bool CancelDefault);
[<System.Runtime.InteropServices.DispId(1)>]
abstract member Click : obj * bool * bool -> unit
Public Sub Click (CommandBarControl As Object, ByRef Handled As Boolean, ByRef CancelDefault As Boolean)
Parameters
- CommandBarControl
- Object
The command bar control.
- Handled
- Boolean
- CancelDefault
- Boolean
Whether or not to cancel the default.
- Attributes