_IMathInputControlEvents::Insert method

Notifies the event handler when the Insert button is clicked.

Syntax

HRESULT Insert(
  [in] BSTR RecoResult
);

Parameters

  • RecoResult [in]
    The MathML of the recognition result.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

Micaut.h (include Micaut.h)

IDL

Micaut.idl

See also

_IMathInputControlEvents

Receiving Input from the Math Input Control