IUIX_Button::AutoClick Method
From PDF XChange PDF SDK
Line 2: | Line 2: | ||
{{#customTitle:IUIX_Button::AutoClick Method}} | {{#customTitle:IUIX_Button::AutoClick Method}} | ||
{{#parentPage:PXV:IUIX_Button|AutoClick Method|method}} | {{#parentPage:PXV:IUIX_Button|AutoClick Method|method}} | ||
− | |||
− | |||
Automatically clicks a button when a given timeout has expired. | Automatically clicks a button when a given timeout has expired. |
Revision as of 13:30, 14 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.
See Also
See also IUIX_Button.