IUIX_Button::AutoClick Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
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}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Automatically clicks a button when a given timeout has expired.
  
 
== Syntax ==
 
== Syntax ==
Line 12: Line 11:
 
== Parameters ==
 
== Parameters ==
 
;nTimeout
 
;nTimeout
:[in] Value of ULONG.
+
:[in] '''ULONG''' value of timeout in seconds.
  
 
== Return Value ==
 
== Return Value ==
 
Returns S_OK if operation was successful or error code in other cases.
 
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 ==
 
See also [[PXV:IUIX_Button|IUIX_Button]].
 
See also [[PXV:IUIX_Button|IUIX_Button]].

Revision as of 09:25, 30 April 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.