RibbonTextBoxAutomationPeer.IInvokeProvider.Invoke Method
Sends a request to activate the RibbonTextBox that is associated with this RibbonTextBoxAutomationPeer.
Namespace: Microsoft.Windows.Automation.Peers
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Private Sub Invoke Implements IInvokeProvider.Invoke
void IInvokeProvider.Invoke()
private:
virtual void Invoke() sealed = IInvokeProvider::Invoke
private abstract Invoke : unit -> unit
private override Invoke : unit -> unit
JScript does not support explicit interface implementations.
Implements
Remarks
This member is an explicit interface member implementation. It can be used only when the RibbonTextBoxAutomationPeer instance is cast to an IInvokeProvider interface.
.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.