IUIX_EditCallbacks::Edit_OnMouseExit Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_EditCallbacks::Edit_OnMouseExit Method}} | {{#customTitle:IUIX_EditCallbacks::Edit_OnMouseExit Method}} | ||
+ | {{#parentPage:PXV:IUIX_EditCallbacks#Methods|Edit_OnMouseExit|method}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
The method of interface of PDF-XChange Editor SDK. | The method of interface of PDF-XChange Editor SDK. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT Edit_OnMouseExit([in] IUIX_Edit* pEdit);</pre> | + | <pre class="brush:cpp;gutter:false">HRESULT Edit_OnMouseExit([in] IUIX_Edit* pEdit);</pre> |
== Parameters == | == Parameters == | ||
− | ; | + | ;pEdit |
:[in] Pointer to [[PXV:IUIX_Edit|IUIX_Edit]]. | :[in] Pointer to [[PXV:IUIX_Edit|IUIX_Edit]]. | ||
Line 15: | Line 19: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_EditCallbacks|IUIX_EditCallbacks]] |
Latest revision as of 08:56, 23 May 2015
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT Edit_OnMouseExit([in] IUIX_Edit* pEdit);
Parameters
- pEdit
- [in] Pointer to IUIX_Edit.
Return Value
Returns S_OK if operation was successful or error code in other cases.