IUIX_Button::AutoClick Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Button::AutoClick Method}} | {{#customTitle:IUIX_Button::AutoClick Method}} | ||
− | {{#parentPage:PXV:IUIX_Button|AutoClick | + | {{#parentPage:PXV:IUIX_Button#Methods|AutoClick|method}} |
− | + | ||
Automatically clicks a button when a given timeout has expired. | Automatically clicks a button when a given timeout has expired. | ||
Line 20: | Line 20: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Button|IUIX_Button]] |
Latest revision as of 08:38, 23 May 2015
Automatically clicks a button when a given timeout has expired.
Syntax
HRESULT AutoClick([in] ULONG nTimeout);
Parameters
- nTimeout
- [in] ULONG value of timeout in seconds.
Return Value
Returns S_OK if operation was successful or error code in other cases.
Remarks
Countdown timer will be displayed to the right of the button text.